Uses of Interface
org.apache.avro.file.SeekableInput

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
<D> FileReader<D>
DataFileReader.openReader(SeekableInput in, DatumReader<D> reader)
          Open a reader for a file.
static
<D> DataFileReader<D>
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.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.