Uses of Interface
org.apache.hadoop.hbase.codec.Codec

Packages that use Codec
org.apache.hadoop.hbase.codec   
 

Uses of Codec in org.apache.hadoop.hbase.codec
 

Classes in org.apache.hadoop.hbase.codec that implement Codec
 class CellCodec
          Basic Cell codec that just writes out all the individual elements of a Cell.
 class CellCodecWithTags
          Basic Cell codec that just writes out all the individual elements of a Cell including the tags.
 class KeyValueCodec
          Codec that does KeyValue version 1 serialization.
 class KeyValueCodecWithTags
          Codec that does KeyValue version 1 serialization with serializing tags also.
 



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