|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.io.SequenceFile.Reader
org.apache.avro.hadoop.io.AvroSequenceFile.Reader
public static class AvroSequenceFile.Reader
A reader for SequenceFiles that may contain Avro data.
| Nested Class Summary | |
|---|---|
static class |
AvroSequenceFile.Reader.Options
A helper class to encapsulate the options that can be used to construct a Reader. |
| Constructor Summary | |
|---|---|
AvroSequenceFile.Reader(AvroSequenceFile.Reader.Options options)
Creates a new Reader from a SequenceFile that supports Avro data. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.hadoop.io.SequenceFile.Reader |
|---|
close, createValueBytes, getCompressionCodec, getCurrentValue, getCurrentValue, getKeyClass, getKeyClassName, getMetadata, getPosition, getValueClass, getValueClassName, isBlockCompressed, isCompressed, next, next, next, next, nextRaw, nextRawKey, nextRawValue, openFile, seek, sync, syncSeen, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AvroSequenceFile.Reader(AvroSequenceFile.Reader.Options options)
throws IOException
Reader from a SequenceFile that supports Avro data.
options - The reader options.
IOException - If the reader cannot be initialized.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||