Package | Description |
---|---|
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 |
Class and Description |
---|
Durability
Enum describing the durability guarantees for tables and
Mutation s
Note that the items must be sorted in order of increasing durability |
Result |
Class and Description |
---|
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
Mutation s
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.
|
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 |
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.
|
Class and Description |
---|
Put
Used to perform Put operations for a single row.
|
Result |
Class and Description |
---|
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 |
Scan
Used to perform Scan operations.
|
Class and Description |
---|
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
Mutation s
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 |
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 © 2014 The Apache Software Foundation. All rights reserved.