Package org.apache.hadoop.hbase.codec
Class CellCodecWithTags
java.lang.Object
org.apache.hadoop.hbase.codec.CellCodecWithTags
- All Implemented Interfaces:
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
(package private) static class
Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.codec.Codec
Codec.Decoder, Codec.Encoder
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CellCodecWithTags
public CellCodecWithTags()
-
-
Method Details
-
getDecoder
- Specified by:
getDecoder
in interfaceCodec
-
getDecoder
- Specified by:
getDecoder
in interfaceCodec
-
getEncoder
- Specified by:
getEncoder
in interfaceCodec
-