| Interface | Description |
|---|---|
| AsyncResultScanner |
Interface for client-side scanning.
|
| AsyncRetryingCallable<T> |
A Callable
|
| ResponseHandler<T> |
Interface for async responses
|
| Class | Description |
|---|---|
| AbstractHbaseClient |
Abstract class necessary to access protected parameters
|
| AsyncClientScanner |
Implements the scanner interface for the HBase client.
|
| AsyncClientSmallReversedScanner |
Client scanner for small reversed scan.
|
| AsyncClientSmallScanner |
Client scanner for small scan.
|
| AsyncRegionServerCallable<T> |
Implementations call a RegionServer and implement
AsyncRetryingCallable.call(ResponseHandler). |
| AsyncReversedClientScanner |
A reversed client scanner which support backward scanning
|
| AsyncReversedScannerCallable |
A reversed ScannerCallable which supports backward scanning.
|
| AsyncRpcRetryingCaller<T> |
Runs an rpc'ing
AsyncRetryingCallable. |
| AsyncScannerCallable |
Scanner operations such as create, next, etc.
|