Uses of Class
org.apache.avro.hadoop.file.SortedKeyValueFile.Writer.Options
Packages that use SortedKeyValueFile.Writer.Options
-
Uses of SortedKeyValueFile.Writer.Options in org.apache.avro.hadoop.file
Methods in org.apache.avro.hadoop.file that return SortedKeyValueFile.Writer.OptionsModifier and TypeMethodDescriptionSet the compression codec.SortedKeyValueFile.Writer.Options.withCodec
(CodecFactory codec) Set the compression codec.SortedKeyValueFile.Writer.Options.withConfiguration
(Configuration conf) Sets the configuration.SortedKeyValueFile.Writer.Options.withDataModel
(GenericData model) Set the data model.SortedKeyValueFile.Writer.Options.withIndexInterval
(int indexInterval) Sets the index interval.SortedKeyValueFile.Writer.Options.withKeySchema
(Schema keySchema) Sets the key schema.Sets the output path.SortedKeyValueFile.Writer.Options.withValueSchema
(Schema valueSchema) Sets the value schema.Constructors in org.apache.avro.hadoop.file with parameters of type SortedKeyValueFile.Writer.OptionsModifierConstructorDescriptionWriter
(SortedKeyValueFile.Writer.Options options) Creates a writer for a new file.