Package org.apache.hadoop.hbase.codec
Class CellCodec
java.lang.Object
org.apache.hadoop.hbase.codec.CellCodec
- All Implemented Interfaces:
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.
-
Nested Class Summary
Modifier 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
-
Method Summary
-
Constructor Details
-
CellCodec
public CellCodec()
-
-
Method Details
-
getDecoder
- Specified by:
getDecoder
in interfaceCodec
-
getDecoder
- Specified by:
getDecoder
in interfaceCodec
-
getEncoder
- Specified by:
getEncoder
in interfaceCodec
-