Package org.apache.hadoop.hbase.codec
Class MessageCodec
java.lang.Object
org.apache.hadoop.hbase.codec.MessageCodec
- All Implemented Interfaces:
Codec
Codec that just writes out Cell as a protobuf Cell Message. Does not write the mvcc stamp. Use a
different codec if you want that in the stream.
-
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
-
MessageCodec
public MessageCodec()
-
-
Method Details
-
getDecoder
- Specified by:
getDecoder
in interfaceCodec
-
getDecoder
- Specified by:
getDecoder
in interfaceCodec
-
getEncoder
- Specified by:
getEncoder
in interfaceCodec
-