class
org.apache.hadoop.hbase.client.ClientServiceCallable<T>
A RegionServerCallable set to use the Client protocol.
class
org.apache.hadoop.hbase.client.FlushRegionCallable
A Callable for flushRegion() RPC.
class
org.apache.hadoop.hbase.client.NoncedRegionServerCallable<T>
Implementations make an rpc call against a RegionService via a protobuf Service.
class
org.apache.hadoop.hbase.client.RegionAdminServiceCallable<T>
Similar to RegionServerCallable but for the AdminService interface.
class
org.apache.hadoop.hbase.client.RegionServerCallable<T,S>
Implementations make a RPC call against a RegionService via a protobuf Service.
class
org.apache.hadoop.hbase.client.ReversedScannerCallable
A reversed ScannerCallable which supports backward scanning.
class
org.apache.hadoop.hbase.client.ScannerCallable
Scanner operations such as create, next, etc.
T
RpcRetryingCaller.callWithoutRetries(org.apache.hadoop.hbase.client.RetryingCallable<T> callable,
int callTimeout)
Call the server once only.
T
RpcRetryingCallerImpl.callWithoutRetries(org.apache.hadoop.hbase.client.RetryingCallable<T> callable,
int callTimeout)
T
RpcRetryingCaller.callWithRetries(org.apache.hadoop.hbase.client.RetryingCallable<T> callable,
int callTimeout)
Retries if invocation fails.
T
RpcRetryingCallerImpl.callWithRetries(org.apache.hadoop.hbase.client.RetryingCallable<T> callable,
int callTimeout)
void
ResultBoundedCompletionService.submit(org.apache.hadoop.hbase.client.RetryingCallable<V> task,
int rpcTimeout,
int operationTimeout,
int id)