Package | Description |
---|---|
org.apache.avro.hadoop.file |
Modifier and Type | Method and Description |
---|---|
SortedKeyValueFile.Writer.Options |
SortedKeyValueFile.Writer.Options.withCodec(org.apache.avro.file.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(org.apache.avro.generic.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(org.apache.avro.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(org.apache.avro.Schema valueSchema)
Sets the value schema.
|
Constructor and Description |
---|
Writer(SortedKeyValueFile.Writer.Options options)
Creates a writer for a new file.
|
Copyright © 2009–2023 The Apache Software Foundation. All rights reserved.