Uses of Package
org.apache.hadoop.hbase

Packages that use org.apache.hadoop.hbase
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.codec   
org.apache.hadoop.hbase.io   
org.apache.hadoop.hbase.io.encoding   
org.apache.hadoop.hbase.util.test   
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase
Cell
          The unit of storage in HBase consisting of the following fields:
CellScannable
          Implementer can return a CellScanner over its Cell content.
CellScanner
          An interface for iterating through a sequence of cells.
CompoundConfiguration
          Do a shallow merge of multiple KV configuration pools.
HConstants.Modify
          modifyTable op for replacing the table descriptor
HConstants.OperationStatusCode
          Status codes used for return values of bulk operations.
KeyValue
          An HBase Key/Value.
KeyValue.KeyComparator
          Compare key portion of a KeyValue.
KeyValue.KVComparator
          Compare KeyValues.
KeyValue.MetaComparator
          A KeyValue.KVComparator for .META. catalog table KeyValues.
KeyValue.MetaKeyComparator
          Compare key portion of a KeyValue for keys in .META. table.
KeyValue.SamePrefixComparator
          Avoids redundant comparisons for better performance.
KeyValue.SplitKeyValue
          Utility class that splits a KeyValue buffer into separate byte arrays.
KeyValue.Type
          Key type.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.codec
Cell
          The unit of storage in HBase consisting of the following fields:
CellScanner
          An interface for iterating through a sequence of cells.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.io
Cell
          The unit of storage in HBase consisting of the following fields:
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.io.encoding
KeyValue
          An HBase Key/Value.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.util.test
KeyValue
          An HBase Key/Value.
 



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