static class WALCellCodec.CompressedKvEncoder extends BaseEncoder
| Modifier and Type | Field and Description | 
|---|---|
| private CompressionContext | compression | 
flushed, out| Constructor and Description | 
|---|
| CompressedKvEncoder(OutputStream out,
                   CompressionContext compression) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | write(Cell cell)Implementation must copy the entire state of the Cell. | 
checkFlushed, flush, getOuputStreamprivate final CompressionContext compression
public CompressedKvEncoder(OutputStream out, CompressionContext compression)
public void write(Cell cell) throws IOException
CellOutputStreamwrite in interface CellOutputStreamwrite in class BaseEncodercell - Cell to write outIOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.