protected abstract static class SequenceFileBase.RecordCompressWriterBase extends SequenceFile.Writer
compressedValSerializer, keySerializer, uncompressedValSerializer
Modifier | Constructor and Description |
---|---|
protected |
SequenceFileBase.RecordCompressWriterBase(FileSystem fs,
Configuration conf,
Path name,
Class keyClass,
Class valClass,
int bufferSize,
short replication,
long blockSize,
CompressionCodec codec,
Progressable progress,
SequenceFile.Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
void |
append(Object arg0,
Object arg1) |
void |
appendRaw(byte[] arg0,
int arg1,
int arg2,
SequenceFile.ValueBytes arg3) |
append, close, getCompressionCodec, getKeyClass, getLength, getValueClass, sync, syncFs
protected SequenceFileBase.RecordCompressWriterBase(FileSystem fs, Configuration conf, Path name, Class keyClass, Class valClass, int bufferSize, short replication, long blockSize, CompressionCodec codec, Progressable progress, SequenceFile.Metadata metadata) throws IOException
IOException
public void append(Object arg0, Object arg1) throws IOException
append
in class SequenceFile.Writer
IOException
public void appendRaw(byte[] arg0, int arg1, int arg2, SequenceFile.ValueBytes arg3) throws IOException
appendRaw
in class SequenceFile.Writer
IOException
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.