Package | Description |
---|---|
org.hbase.async |
Class and Description |
---|
AtomicIncrementRequest
Atomically increments a value in HBase.
|
ClientStats
HBaseClient usage statistics. |
DeleteRequest
Deletes some data into HBase.
|
FilterList.Operator
Operator to combine the list of filters together.
|
GetRequest
Reads something from HBase.
|
HasFailedRpcException
Interface implemented by
HBaseException s that can tell you which
RPC failed. |
HBaseException
The parent class of all
RuntimeException created by this package. |
HBaseRpc
Abstract base class for all RPC requests going out to HBase.
|
HBaseRpc.HasFamily
An RPC from which you can get a family name.
|
HBaseRpc.HasKey
An RPC from which you can get a row key name.
|
HBaseRpc.HasQualifier
An RPC from which you can get a column qualifier name.
|
HBaseRpc.HasQualifiers
An RPC from which you can get multiple column qualifier names.
|
HBaseRpc.HasTable
An RPC from which you can get a table name.
|
HBaseRpc.HasTimestamp
An RPC from which you can get a timestamp.
|
HBaseRpc.HasValue
An RPC from which you can get a value.
|
HBaseRpc.HasValues
An RPC from which you can get multiple values.
|
KeyValue
A "cell" in an HBase table.
|
MapRTableMappingRules.ClusterType
Describe the type of cluster based on the running services.
|
MapRThreadPool |
NonRecoverableException
An exception for which it's typically pointless to retry
(such as
TableNotFoundException ). |
PutRequest
Puts some data into HBase.
|
RecoverableException
An exception for which it's typically useful to retry
(such as
RegionOfflineException ). |
RowLock
An explicit row lock.
|
RowLockRequest
Acquires an explicit row lock.
|
ScanFilter
Abstract base class for
Scanner filters. |
Scanner
Creates a scanner to read data sequentially from HBase.
|
Copyright ? 2010-2015, The Async HBase Authors