Class CellCodec

java.lang.Object
org.apache.hadoop.hbase.codec.CellCodec
All Implemented Interfaces:
Codec

@LimitedPrivate("Configuration") public class CellCodec extends Object implements Codec
Basic Cell codec that just writes out all the individual elements of a Cell. Uses ints delimiting all lengths. Profligate. Needs tune up. Note: This will not write tags of a Cell.