Class CellCodecWithTags

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

@LimitedPrivate("Configuration") public class CellCodecWithTags extends Object implements Codec
Basic Cell codec that just writes out all the individual elements of a Cell including the tags. Uses ints delimiting all lengths. Profligate. Needs tune up. Use this Codec only at server side.