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.KVComparator
          Compare KeyValues.
KeyValue.SamePrefixComparator
          Avoids redundant comparisons for better performance.
KeyValue.Type
          Key type.
NamespaceDescriptor
          Namespace POJO class.
NamespaceDescriptor.Builder
           
TableName
          Immutable POJO class for representing a table name.
 

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.
HBaseIOException
          All hbase specific IOExceptions should be subclasses of HBaseIOException
 

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:
CellScanner
          An interface for iterating through a sequence of cells.
 

Classes in org.apache.hadoop.hbase used by org.apache.hadoop.hbase.io.encoding
Cell
          The unit of storage in HBase consisting of the following fields:
KeyValue
          An HBase Key/Value.
KeyValue.KVComparator
          Compare KeyValues.
 

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.