Package | Description |
---|---|
org.apache.avro.hadoop.file |
Modifier and Type | Method and Description |
---|---|
SortedKeyValueFile.Reader.Options |
SortedKeyValueFile.Reader.Options.withConfiguration(Configuration conf)
Sets the configuration.
|
SortedKeyValueFile.Reader.Options |
SortedKeyValueFile.Reader.Options.withDataModel(GenericData model)
Set the data model.
|
SortedKeyValueFile.Reader.Options |
SortedKeyValueFile.Reader.Options.withKeySchema(Schema keySchema)
Sets the reader schema for the key.
|
SortedKeyValueFile.Reader.Options |
SortedKeyValueFile.Reader.Options.withPath(Path path)
Sets the input path.
|
SortedKeyValueFile.Reader.Options |
SortedKeyValueFile.Reader.Options.withValueSchema(Schema valueSchema)
Sets the reader schema for the value.
|
Constructor and Description |
---|
SortedKeyValueFile.Reader(SortedKeyValueFile.Reader.Options options)
Constructs a reader.
|
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.