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

Packages that use org.apache.hadoop.hbase.client
org.apache.hadoop.hbase.avro Provides an HBase Avro service. 
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.mapred Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.mapreduce Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.rest.client   
org.apache.hadoop.hbase.rest.model   
org.apache.hadoop.hbase.thrift Provides an HBase Thrift service. 
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.avro
Delete
          Used to perform Delete operations on a single row.
Get
          Used to perform Get operations on a single row.
HBaseAdmin
          Provides an interface to manage HBase database table metadata + general administrative functions.
HTablePool
          A simple pool of HTable instances.
Put
          Used to perform Put operations for a single row.
Result
          Single row result of a Get or Scan query.
ResultScanner
          Interface for client-side scanning.
Scan
          Used to perform Scan operations.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.client
Delete
          Used to perform Delete operations on a single row.
Get
          Used to perform Get operations on a single row.
HBaseAdmin
          Provides an interface to manage HBase database table metadata + general administrative functions.
HConnection
          Cluster connection.
HConnectionManager
          A non-instantiable class that manages connections to multiple tables in multiple HBase instances.
HConnectionManager.ClientZKWatcher
          This class is responsible to handle connection and reconnection to a zookeeper quorum.
HTableInterface
          Used to communicate with a single HBase table.
HTableInterfaceFactory
          Defines methods to create new HTableInterface.
MetaScanner.MetaScannerVisitor
          Visitor class called to process each row of the .META.
MultiPut
          Data type class for putting multiple regions worth of puts in one RPC.
Put
          Used to perform Put operations for a single row.
Result
          Single row result of a Get or Scan query.
ResultScanner
          Interface for client-side scanning.
RowLock
          Holds row name and lock id.
Scan
          Used to perform Scan operations.
ScannerCallable
          Retries scanner operations such as create, next, etc.
ServerCallable
          Abstract class that implements 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.ipc
Delete
          Used to perform Delete operations on a single row.
Get
          Used to perform Get operations on a single row.
MultiPut
          Data type class for putting multiple regions worth of puts in one RPC.
MultiPutResponse
          Response class for MultiPut.
Put
          Used to perform Put operations for a single row.
Result
          Single row result of a Get or Scan query.
Scan
          Used to perform Scan operations.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.mapred
HTable
          Used to communicate with a single HBase table.
Put
          Used to perform Put operations for a single row.
Result
          Single row result of a Get or Scan query.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.mapreduce
HTable
          Used to communicate with a single HBase table.
Put
          Used to perform Put operations for a single row.
Result
          Single row result of a Get or Scan query.
Scan
          Used to perform Scan operations.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.master
Result
          Single row result of a Get or Scan query.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.regionserver
Delete
          Used to perform Delete operations on a single row.
Get
          Used to perform Get operations on a single row.
MultiPut
          Data type class for putting multiple regions worth of puts in one RPC.
MultiPutResponse
          Response class for MultiPut.
Put
          Used to perform Put operations for a single row.
Result
          Single row result of a Get or Scan query.
Scan
          Used to perform Scan operations.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.rest.client
Delete
          Used to perform Delete operations on a single row.
Get
          Used to perform Get operations on a single row.
HTableInterface
          Used to communicate with a single HBase table.
Put
          Used to perform Put operations for a single row.
Result
          Single row result of a Get or Scan query.
ResultScanner
          Interface for client-side scanning.
RowLock
          Holds row name and lock id.
Scan
          Used to perform Scan operations.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.rest.model
Scan
          Used to perform Scan operations.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.thrift
HBaseAdmin
          Provides an interface to manage HBase database table metadata + general administrative functions.
HTable
          Used to communicate with a single HBase table.
Result
          Single row result of a Get or Scan query.
ResultScanner
          Interface for client-side scanning.
 



Copyright © 2010 Apache Software Foundation. All Rights Reserved.