Class MessageCodec

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

@LimitedPrivate("Configuration") public class MessageCodec extends Object implements 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.