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