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

Packages that use org.apache.hadoop.hbase.client
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.client Provides HBase Client 
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.rest.client   
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase
Durability
          Enum describing the durability guarantees for tables and Mutations Note that the items must be sorted in order of increasing durability
Result
          Single row result of a Get or Scan query.
 

Classes in org.apache.hadoop.hbase.client used by org.apache.hadoop.hbase.client
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 tables and Mutations Note that the items must be sorted in order of increasing durability
Get
          Used to perform Get operations on a single row.
HConnection
          A cluster connection.
HTableInterface
          Used to communicate with a single HBase table.
HTableInterfaceFactory
          Defines methods to create new HTableInterface.
HTableMultiplexer.HTableMultiplexerStatus
          HTableMultiplexerStatus keeps track of the current status of the HTableMultiplexer.
Increment
          Used to perform Increment operations on a single row.
IsolationLevel
          Specify Isolation levels in Scan operations.
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.
Query
           
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.
RetriesExhaustedWithDetailsException
          This subclass of RetriesExhaustedException is thrown when we have more information about which rows were causing which exceptions on what servers.
ReversedClientScanner
          A reversed client scanner which support backward scanning
Row
          Has a row.
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
          A cluster connection.
HTable
          Used to communicate with a single HBase table.
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.rest.client
Append
          Performs Append operations on a single row.
Delete
          Used to perform Delete operations on a single row.
Durability
          Enum describing the durability guarantees for tables and Mutations Note that the items must be sorted in order of increasing durability
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.
RowMutations
          Performs multiple mutations atomically on a single row.
Scan
          Used to perform Scan operations.
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.