Package | Description |
---|---|
org.apache.avro.hadoop.file |
Modifier and Type | Method and Description |
---|---|
SortedKeyValueFile.Writer.Options |
SortedKeyValueFile.Writer.Options.withCodec(CodecFactory codec)
Set the compression codec.
|
SortedKeyValueFile.Writer.Options |
SortedKeyValueFile.Writer.Options.withCodec(String codec)
Set the compression codec.
|
SortedKeyValueFile.Writer.Options |
SortedKeyValueFile.Writer.Options.withConfiguration(Configuration conf)
Sets the configuration.
|
SortedKeyValueFile.Writer.Options |
SortedKeyValueFile.Writer.Options.withDataModel(GenericData model)
Set the data model.
|
SortedKeyValueFile.Writer.Options |
SortedKeyValueFile.Writer.Options.withIndexInterval(int indexInterval)
Sets the index interval.
|
SortedKeyValueFile.Writer.Options |
SortedKeyValueFile.Writer.Options.withKeySchema(Schema keySchema)
Sets the key schema.
|
SortedKeyValueFile.Writer.Options |
SortedKeyValueFile.Writer.Options.withPath(Path path)
Sets the output path.
|
SortedKeyValueFile.Writer.Options |
SortedKeyValueFile.Writer.Options.withValueSchema(Schema valueSchema)
Sets the value schema.
|
Constructor and Description |
---|
SortedKeyValueFile.Writer(SortedKeyValueFile.Writer.Options options)
Creates a writer for a new file.
|
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.