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   
org.apache.hadoop.hbase.regionserver.wal   
 

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
          TODO javadoc
static class KeyValueCodec.KeyValueEncoder
           
static class KeyValueCodecWithTags.KeyValueEncoder
           
 

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[].
 

Uses of CellOutputStream in org.apache.hadoop.hbase.regionserver.wal
 

Classes in org.apache.hadoop.hbase.regionserver.wal that implement CellOutputStream
 class WALCellCodec.EnsureKvEncoder
           
 



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