public class WALCellCodec.EnsureKvEncoder extends KeyValueCodec.KeyValueEncoder
flushed, out
Constructor and Description |
---|
WALCellCodec.EnsureKvEncoder(OutputStream out) |
Modifier and Type | Method and Description |
---|---|
void |
write(Cell cell)
Implementation must copy the entire state of the Cell.
|
checkFlushed, flush
public WALCellCodec.EnsureKvEncoder(OutputStream out)
public void write(Cell cell) throws IOException
CellOutputStream
write
in interface CellOutputStream
write
in class KeyValueCodec.KeyValueEncoder
cell
- Cell to write outIOException
Copyright © 2013 The Apache Software Foundation. All rights reserved.