Uses of Interface
org.apache.hadoop.io.SequenceFile.Reader.Option
Packages that use SequenceFile.Reader.Option
Package
Description
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
-
Uses of SequenceFile.Reader.Option in org.apache.hadoop.io
Subinterfaces of SequenceFile.Reader.Option in org.apache.hadoop.ioMethods in org.apache.hadoop.io that return SequenceFile.Reader.OptionModifier and TypeMethodDescriptionstatic SequenceFile.Reader.OptionSequenceFile.Reader.bufferSize(int value) Create an option with the buffer size for reading the given pathname.static SequenceFile.Reader.OptionCreate an option to specify the path name of the sequence file.static SequenceFile.Reader.OptionSequenceFile.Reader.length(long value) Create an option to specify the number of bytes to read.static SequenceFile.Reader.OptionSequenceFile.Reader.start(long value) Create an option to specify the starting byte to read.static SequenceFile.Reader.OptionSequenceFile.Reader.stream(FSDataInputStream value) Create an option to specify the stream with the sequence file.Methods in org.apache.hadoop.io with parameters of type SequenceFile.Reader.OptionModifier and TypeMethodDescriptionprotected SequenceFile.ReaderMapFile.Reader.createDataFileReader(Path dataFile, Configuration conf, SequenceFile.Reader.Option... options) Override this method to specialize the type ofSequenceFile.Readerreturned.protected voidMapFile.Reader.open(Path dir, WritableComparator comparator, Configuration conf, SequenceFile.Reader.Option... options) Constructors in org.apache.hadoop.io with parameters of type SequenceFile.Reader.OptionModifierConstructorDescriptionReader(Path dir, Configuration conf, SequenceFile.Reader.Option... options) Reader(Path dir, Configuration conf, SequenceFile.Reader.Option... opts) Reader(Configuration conf, SequenceFile.Reader.Option... opts)