Uses of Package
org.apache.hadoop.hbase.codec

Packages that use org.apache.hadoop.hbase.codec
org.apache.hadoop.hbase.codec   
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.regionserver.wal   
 

Classes in org.apache.hadoop.hbase.codec used by org.apache.hadoop.hbase.codec
BaseDecoder
          TODO javadoc
BaseEncoder
          TODO javadoc
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.
CodecException
          Thrown when problems in the codec whether setup or context.
 

Classes in org.apache.hadoop.hbase.codec used by org.apache.hadoop.hbase.ipc
Codec
          Encoder/Decoder for Cell.
 

Classes in org.apache.hadoop.hbase.codec used by org.apache.hadoop.hbase.regionserver.wal
BaseEncoder
          TODO javadoc
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.
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.