|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.io.SequenceFile.Writer
org.apache.avro.hadoop.io.AvroSequenceFile.Writer
public static class AvroSequenceFile.Writer
A writer for an uncompressed SequenceFile that supports Avro data.
| Nested Class Summary | |
|---|---|
static class |
AvroSequenceFile.Writer.Options
A helper class to encapsulate the options that can be used to construct a Writer. |
| Field Summary |
|---|
| Fields inherited from class org.apache.hadoop.io.SequenceFile.Writer |
|---|
compressedValSerializer, keySerializer, uncompressedValSerializer |
| Constructor Summary | |
|---|---|
AvroSequenceFile.Writer(AvroSequenceFile.Writer.Options options)
Creates a new Writer to a SequenceFile that supports Avro data. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.hadoop.io.SequenceFile.Writer |
|---|
append, append, appendRaw, close, getCompressionCodec, getKeyClass, getLength, getValueClass, sync, syncFs |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AvroSequenceFile.Writer(AvroSequenceFile.Writer.Options options)
throws IOException
Writer to a SequenceFile that supports Avro data.
options - The writer options.
IOException - If the writer cannot be initialized.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||