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

Packages that use org.apache.hadoop.hbase.client
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.catalog   
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.client.coprocessor Provides client classes for invoking Coprocessor RPC protocols 
org.apache.hadoop.hbase.ipc   
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase
HTableInterface
          Used to communicate with a single HBase table.
Result
          Single row result of a Get or Scan query.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.catalog
AdminProtocol
          Protocol that a HBase client uses to communicate with a region server.
HConnection
          Cluster connection.
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.client
AbstractClientScanner
          Helper class for custom client scanners.
Action
          A Get, Put or Delete associated with it's region.
AdminProtocol
          Protocol that a HBase client uses to communicate with a region server.
Append
          Performs Append operations on a single row.
Attributes
           
ClientProtocol
          Protocol that a HBase client uses to communicate with a region server.
Delete
          Used to perform Delete operations on a single row.
Get
          Used to perform Get operations on a single row.
HConnection
          Cluster connection.
HConnectionManager.HConnectable
          This class makes it convenient for one to execute a command in the context of a HConnection instance based on the given Configuration.
HTable
          Used to communicate with a single HBase table.
HTableInterface
          Used to communicate with a single HBase table.
HTableInterfaceFactory
          Defines methods to create new HTableInterface.
Increment
          Used to perform Increment operations on a single row.
IsolationLevel
          Specify Isolation levels in Scan operations.
MetaScanner.DefaultMetaScannerVisitor
          A MetaScannerVisitor that provides a consistent view of the table's META entries during concurrent splits (see HBASE-5986 for details).
MetaScanner.MetaScannerVisitor
          Visitor class called to process each row of the .META.
MetaScanner.MetaScannerVisitorBase
           
Mutation
           
Operation
          Superclass for any type that maps to a potentially application-level query.
OperationWithAttributes
           
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.
RetriesExhaustedException
          Exception thrown by HTable methods when an attempt to do something (like commit changes) fails after a bunch of retries.
RetriesExhaustedException.ThrowableWithExtraContext
          Datastructure that allows adding more info around Throwable incident.
Row
          Has a row.
RowMutations
          Performs multiple mutations atomically on a single row.
Scan
          Used to perform Scan operations.
ScannerCallable
          Retries scanner operations such as create, next, etc.
ServerCallable
          Abstract class that implements Callable.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.client.coprocessor
HTable
          Used to communicate with a single HBase table.
Scan
          Used to perform Scan operations.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.ipc
HConnection
          Cluster connection.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.protobuf
Action
          A Get, Put or Delete associated with it's region.
AdminProtocol
          Protocol that a HBase client uses to communicate with a region server.
Append
          Performs Append operations on a single row.
ClientProtocol
          Protocol that a HBase client uses to communicate with a region server.
Delete
          Used to perform Delete operations on a single row.
Get
          Used to perform Get operations on a single row.
Increment
          Used to perform Increment operations on a single row.
Mutation
           
Put
          Used to perform Put operations for a single row.
Result
          Single row result of a Get or Scan query.
RowMutations
          Performs multiple mutations atomically on a single row.
Scan
          Used to perform Scan operations.
 



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