Class WALCellCodec

java.lang.Object
org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
All Implemented Interfaces:
Codec
Direct Known Subclasses:
SecureWALCellCodec

@LimitedPrivate({"Coprocesssor","Phoenix","Configuration"}) public class WALCellCodec extends Object implements Codec
Compression in this class is lifted off Compressor/KeyValueCompression. This is a pure coincidence... they are independent and don't have to be compatible. This codec is used at server side for writing cells to WAL as well as for sending edits as part of the distributed splitting process.