public static class AvroSequenceFile.Writer
extends org.apache.hadoop.io.SequenceFile.Writer
| Modifier and Type | Class and Description |
|---|---|
static class |
AvroSequenceFile.Writer.Options
A helper class to encapsulate the options that can be used to construct a Writer.
|
| Constructor and Description |
|---|
AvroSequenceFile.Writer(AvroSequenceFile.Writer.Options options)
Creates a new
Writer to a SequenceFile that supports Avro data. |
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.Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.