Uses of Interface
org.apache.hadoop.hbase.io.CellOutputStream

Packages that use CellOutputStream
org.apache.hadoop.hbase.codec   
org.apache.hadoop.hbase.codec.prefixtree.encode   
 

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

Subinterfaces of CellOutputStream in org.apache.hadoop.hbase.codec
static interface Codec.Encoder
          Call flush when done.
 

Classes in org.apache.hadoop.hbase.codec that implement CellOutputStream
 class BaseEncoder
           
 

Uses of CellOutputStream in org.apache.hadoop.hbase.codec.prefixtree.encode
 

Classes in org.apache.hadoop.hbase.codec.prefixtree.encode that implement CellOutputStream
 class PrefixTreeEncoder
          This is the primary class for converting a CellOutputStream into an encoded byte[].
 



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