|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SeekableInput | |
|---|---|
| org.apache.avro.file | A container file for Avro data. |
| org.apache.avro.mapred | Run Hadoop MapReduce jobs over Avro data, with map and reduce functions written in Java. |
| Uses of SeekableInput in org.apache.avro.file |
|---|
| Classes in org.apache.avro.file that implement SeekableInput | |
|---|---|
class |
SeekableFileInput
A FileInputStream that implements SeekableInput. |
| Methods in org.apache.avro.file with parameters of type SeekableInput | ||
|---|---|---|
static
|
DataFileReader.openReader(SeekableInput in,
DatumReader<D> reader)
Open a reader for a file. |
|
static
|
DataFileReader.openReader(SeekableInput in,
DatumReader<D> reader,
DataFileStream.Header header,
boolean sync)
Construct a reader for a file at the current position of the input, without reading the header. |
|
| Constructors in org.apache.avro.file with parameters of type SeekableInput | |
|---|---|
DataFileReader(SeekableInput sin,
DatumReader<D> reader)
Construct a reader for a file. |
|
DataFileReader(SeekableInput sin,
DatumReader<D> reader,
DataFileStream.Header header)
Construct using a DataFileStream.Header. |
|
DataFileReader12(SeekableInput sin,
DatumReader<D> reader)
Construct a reader for a file. |
|
| Uses of SeekableInput in org.apache.avro.mapred |
|---|
| Classes in org.apache.avro.mapred that implement SeekableInput | |
|---|---|
class |
FsInput
Adapt an FSDataInputStream to SeekableInput. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||