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.
 

Constructors in org.apache.avro.file with parameters of type SeekableInput
DataFileReader(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 © 2010 The Apache Software Foundation