Uses of Class
org.apache.avro.hadoop.file.SortedKeyValueFile.Writer.Options

Packages that use SortedKeyValueFile.Writer.Options
org.apache.avro.hadoop.file   
 

Uses of SortedKeyValueFile.Writer.Options in org.apache.avro.hadoop.file
 

Methods in org.apache.avro.hadoop.file that return SortedKeyValueFile.Writer.Options
 SortedKeyValueFile.Writer.Options SortedKeyValueFile.Writer.Options.withConfiguration(org.apache.hadoop.conf.Configuration conf)
          Sets the configuration.
 SortedKeyValueFile.Writer.Options SortedKeyValueFile.Writer.Options.withIndexInterval(int indexInterval)
          Sets the index interval.
 SortedKeyValueFile.Writer.Options SortedKeyValueFile.Writer.Options.withKeySchema(org.apache.avro.Schema keySchema)
          Sets the key schema.
 SortedKeyValueFile.Writer.Options SortedKeyValueFile.Writer.Options.withPath(org.apache.hadoop.fs.Path path)
          Sets the output path.
 SortedKeyValueFile.Writer.Options SortedKeyValueFile.Writer.Options.withValueSchema(org.apache.avro.Schema valueSchema)
          Sets the value schema.
 

Constructors in org.apache.avro.hadoop.file with parameters of type SortedKeyValueFile.Writer.Options
SortedKeyValueFile.Writer(SortedKeyValueFile.Writer.Options options)
          Creates a writer for a new file.
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.