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

Packages that use org.apache.hadoop.hbase.client
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.avro Provides an HBase Avro service. 
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.constraint Restrict the domain of a data attribute, often times to fulfill business rules/requirements. 
org.apache.hadoop.hbase.coprocessor Table of Contents 
org.apache.hadoop.hbase.coprocessor.example   
org.apache.hadoop.hbase.io   
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.mapreduce.replication   
org.apache.hadoop.hbase.master.handler   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.replication.regionserver   
org.apache.hadoop.hbase.rest.client   
org.apache.hadoop.hbase.rest.model   
org.apache.hadoop.hbase.thrift Provides an HBase Thrift service. 
org.apache.hadoop.hbase.thrift2 Provides an HBase Thrift service. 
org.apache.hadoop.hbase.tmpl.master   
org.apache.hadoop.hbase.tool   
org.apache.hadoop.hbase.util   
 

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

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
          Deprecated. Use HConnection.getTable(String) instead.
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.catalog
Delete
          Used to perform Delete operations on a single row.
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
           
Append
          Performs Append operations on a single row.
Attributes
           
ClientScanner
          Implements the scanner interface for the HBase client.
Delete
          Used to perform Delete operations on a single row.
Durability
          Enum describing the durability guarantees for Mutation Note that the items must be sorted in order of increasing durability
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.BlockingMetaScannerVisitor
          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
           
MultiPut
          Deprecated. Use MultiAction instead Data type class for putting multiple regions worth of puts in one RPC.
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.
RowLock
          Deprecated. RowLock and associated operations are deprecated.
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.
UserProvider
          Provide an instance of a user.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.client.coprocessor
Row
          Has a row.
Scan
          Used to perform Scan operations.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.constraint
Put
          Used to perform Put operations for a single row.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.coprocessor
Append
          Performs Append operations on a single row.
Delete
          Used to perform Delete operations on a single row.
Get
          Used to perform Get operations on a single row.
HTable
          Used to communicate with a single HBase table.
HTableInterface
          Used to communicate with a single HBase table.
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.
Scan
          Used to perform Scan operations.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.coprocessor.example
Scan
          Used to perform Scan operations.
 

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

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.ipc
Append
          Performs Append operations on a single row.
Delete
          Used to perform Delete operations on a single row.
Get
          Used to perform Get operations on a single row.
HConnection
          Cluster connection.
Increment
          Used to perform Increment operations on a single row.
MultiAction
          Container for Actions (i.e.
MultiResponse
          A container for Result objects, grouped by regionName.
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.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.mapred
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
HConnection
          Cluster connection.
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.mapreduce.replication
Result
          Single row result of a Get or Scan query.
 

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

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.regionserver
Append
          Performs Append operations on a single row.
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.
MultiAction
          Container for Actions (i.e.
MultiResponse
          A container for Result objects, grouped by regionName.
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.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.replication.regionserver
Row
          Has a row.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.rest.client
Append
          Performs Append operations on a single row.
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.
Increment
          Used to perform Increment operations on a single row.
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.
Row
          Has a row.
RowLock
          Deprecated. RowLock and associated operations are deprecated.
RowMutations
          Performs multiple mutations atomically on a single row.
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.
Increment
          Used to perform Increment operations on a single row.
Result
          Single row result of a Get or Scan query.
ResultScanner
          Interface for client-side scanning.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.thrift2
Delete
          Used to perform Delete operations on a single row.
Get
          Used to perform Get operations on a single row.
Put
          Used to perform Put operations for a single row.
ResultScanner
          Interface for client-side scanning.
RowMutations
          Performs multiple mutations atomically on a single row.
Scan
          Used to perform Scan operations.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.tmpl.master
HBaseAdmin
          Provides an interface to manage HBase database table metadata + general administrative functions.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.tool
Mutation
           
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.util
HBaseAdmin
          Provides an interface to manage HBase database table metadata + general administrative functions.
 



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