Package | Description |
---|---|
org.hbase.async |
Modifier and Type | Class and Description |
---|---|
class |
AppendRequest
Appends data to one or more columns in HBase, creating the columns if they
do not exist.
|
class |
AtomicIncrementRequest
Atomically increments a value in HBase.
|
class |
DeleteRequest
Deletes some data into HBase.
|
class |
GetRequest
Reads something from HBase.
|
class |
MultiColumnAtomicIncrementRequest
Atomically increments several column values in HBase.
|
class |
PutRequest
Puts some data into HBase.
|
class |
RowLockRequest
Acquires an explicit row lock.
|
Modifier and Type | Method and Description |
---|---|
HBaseRpc |
CallQueueTooBigException.getFailedRpc() |
HBaseRpc |
VersionMismatchException.getFailedRpc() |
HBaseRpc |
UnknownScannerException.getFailedRpc() |
HBaseRpc |
UnknownRowLockException.getFailedRpc() |
HBaseRpc |
RegionOpeningException.getFailedRpc() |
HBaseRpc |
RegionMovedException.getFailedRpc() |
HBaseRpc |
PleaseThrottleException.getFailedRpc()
The RPC that was made to fail with this exception.
|
HBaseRpc |
NotServingRegionException.getFailedRpc() |
HBaseRpc |
NoSuchColumnFamilyException.getFailedRpc() |
HBaseRpc |
HasFailedRpcException.getFailedRpc()
Returns the RPC that caused this exception.
|
Copyright © 2010-2017, The Async HBase Authors