Package | Description |
---|---|
org.hbase.async | |
org.hbase.async.auth |
Class and Description |
---|
AppendRequest
Appends data to one or more columns in HBase, creating the columns if they
do not exist.
|
AtomicIncrementRequest
Atomically increments a value in HBase.
|
BitComparator.BitwiseOp
Bit operators.
|
ClientStats
HBaseClient usage statistics. |
CompareFilter
A generic scan filter to be used to filter by comparison.
|
CompareFilter.CompareOp
Comparison operators.
|
Config
A configuration class that stores key/value pairs as strings similar to
the System properties object.
|
DeleteRequest
Deletes some data into HBase.
|
FilterComparator
Abstract base class for
ScanFilter comparators. |
FilterList.Operator
Operator to combine the list of filters together.
|
FuzzyRowFilter.FuzzyFilterPair
Holds a pair of (row_key,fuzzy_mask) to use with
FuzzyRowFilter |
GetRequest
Reads something from HBase.
|
GetResultOrException |
HasFailedRpcException
Interface implemented by
HBaseException s that can tell you which
RPC failed. |
HBaseClient
A fully asynchronous, thread-safe, modern HBase client.
|
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.
|
MultiColumnAtomicIncrementRequest
Atomically increments several column values in HBase.
|
NonRecoverableException
An exception for which it's typically pointless to retry
(such as
TableNotFoundException ). |
NotServingRegionException
Exception thrown when we attempted to use a region that wasn't serving from
that particular RegionServer.
|
PutRequest
Puts some data into HBase.
|
RecoverableException
An exception for which it's typically useful to retry
(such as
RegionOfflineException ). |
RegionClientStats
RegionClient usage statistics. |
RegionLocation
A public class that is used to return region hosting information to users
via the API.
|
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.
|
Class and Description |
---|
Config
A configuration class that stores key/value pairs as strings similar to
the System properties object.
|
HBaseClient
A fully asynchronous, thread-safe, modern HBase client.
|
Copyright © 2010-2017, The Async HBase Authors