Uses of Interface
org.apache.avro.file.FileReader
Packages that use FileReader
Package
Description
A container file for Avro data.
Run Hadoop MapReduce jobs over
Avro data, with map and reduce functions written in Java.
-
Uses of FileReader in org.apache.avro.file
Classes in org.apache.avro.file that implement FileReaderModifier and TypeClassDescriptionclass
Random access to files written withDataFileWriter
.class
Read files written by Avro version 1.2.Methods in org.apache.avro.file that return FileReaderModifier and TypeMethodDescriptionstatic <D> FileReader
<D> DataFileReader.openReader
(File file, DatumReader<D> reader) Open a reader for a file.static <D> FileReader
<D> DataFileReader.openReader
(SeekableInput in, DatumReader<D> reader) Open a reader for a file. -
Uses of FileReader in org.apache.avro.mapred
Classes in org.apache.avro.mapred that implement FileReaderConstructors in org.apache.avro.mapred with parameters of type FileReader