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

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