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  
BaseEncoder  
CellCodec Basic Cell codec that just writes out all the individual elements of a Cell.
KeyValueCodec Codec that does KeyValue version 1 serialization.
 

Exception Summary
CodecException  
 



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