Uses of Package
org.apache.hadoop.hbase.client

Packages that use org.apache.hadoop.hbase.client
org.apache.hadoop.hbase.client   
org.apache.hadoop.hbase.client.tableindexed This package provides support for secondary indexing by maintaining a separate, "index", table for each index. 
org.apache.hadoop.hbase.client.transactional This package provides support for atomic transactions. 
org.apache.hadoop.hbase.mapred Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.rest Provides an HBase REST service. 
org.apache.hadoop.hbase.thrift Provides an HBase Thrift service. 
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.client
HConnection
          Cluster connection.
HConnectionManager
          A non-instantiable class that manages connections to multiple tables in multiple HBase instances.
RowLock
          Holds row name and lock id.
Scanner
          Interface for client-side scanning.
ScannerCallable
          Retries scanner operations such as create, next, etc.
ServerCallable
          Abstract class that implemetns Callable, used by retryable actions.
ServerConnection
          Used by master and region server, so that they do not need to wait for the cluster to be up to get a connection.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.client.tableindexed
HBaseAdmin
          Provides administrative functions for HBase
HTable
          Used to communicate with a single HBase table
Scanner
          Interface for client-side scanning.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.client.transactional
HTable
          Used to communicate with a single HBase table
HTable.ClientScanner
          Implements the scanner interface for the HBase client.
Scanner
          Interface for client-side scanning.
ScannerCallable
          Retries scanner operations such as create, next, etc.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.mapred
HTable
          Used to communicate with a single HBase table
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.rest
HBaseAdmin
          Provides administrative functions for HBase
HTable
          Used to communicate with a single HBase table
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.thrift
HBaseAdmin
          Provides administrative functions for HBase
HTable
          Used to communicate with a single HBase table
Scanner
          Interface for client-side scanning.
 



Copyright © 2008 The Apache Software Foundation