Package org.apache.hadoop.hbase.codec

Interface Summary
Codec Encoder/Decoder for Cell.
Codec.Decoder Implementations should implicitly clean up any resources allocated when the Decoder/CellScanner runs off the end of the cell block.
Codec.Encoder Call flush when done.
 

Class Summary
BaseDecoder TODO javadoc
BaseEncoder TODO javadoc
CellCodec Basic Cell codec that just writes out all the individual elements of a Cell.
CellCodecWithTags Basic Cell codec that just writes out all the individual elements of a Cell including the tags.
KeyValueCodec Codec that does KeyValue version 1 serialization.
KeyValueCodec.KeyValueDecoder  
KeyValueCodec.KeyValueEncoder  
KeyValueCodecWithTags Codec that does KeyValue version 1 serialization with serializing tags also.
KeyValueCodecWithTags.KeyValueDecoder  
KeyValueCodecWithTags.KeyValueEncoder  
 

Exception Summary
CodecException Thrown when problems in the codec whether setup or context.
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.