Uses of Class
org.apache.avro.hadoop.io.AvroSequenceFile.Reader.Options
-
Uses of AvroSequenceFile.Reader.Options in org.apache.avro.hadoop.io
Modifier and TypeMethodDescriptionAvroSequenceFile.Reader.Options.withConfiguration
(Configuration conf) Sets the Hadoop configuration.AvroSequenceFile.Reader.Options.withFileSystem
(FileSystem fileSystem) Sets the filesystem the SequenceFile should be read from.AvroSequenceFile.Reader.Options.withInputPath
(Path inputPath) Sets the input path for the SequenceFile.AvroSequenceFile.Reader.Options.withKeySchema
(Schema keyReaderSchema) Sets the reader schema of the key records when using Avro data.AvroSequenceFile.Reader.Options.withValueSchema
(Schema valueReaderSchema) Sets the reader schema of the value records when using Avro data.ModifierConstructorDescriptionReader
(AvroSequenceFile.Reader.Options options) Creates a newReader
from a SequenceFile that supports Avro data.