Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingRetryingCallable<T,D extends RetryingCallable<T>>
Helper callable for internal use when you just want to override a single method of a
RetryingCallable . |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingRetryingCallable<T,D extends RetryingCallable<T>>
Helper callable for internal use when you just want to override a single method of a
RetryingCallable . |
class |
FlushRegionCallable
A Callable for flushRegion() RPC.
|
class |
RegionAdminServiceCallable<T>
Similar to
RegionServerCallable but for the AdminService interface. |
class |
RegionServerCallable<T>
Implementations call a RegionServer and implement
call(int) . |
class |
ReversedScannerCallable
A reversed ScannerCallable which supports backward scanning.
|
class |
ScannerCallable
Scanner operations such as create, next, etc.
|
Modifier and Type | Field and Description |
---|---|
protected D |
DelegatingRetryingCallable.delegate |
Modifier and Type | Method and Description |
---|---|
T |
StatsTrackingRpcRetryingCaller.callWithoutRetries(RetryingCallable<T> callable,
int callTimeout) |
T |
RpcRetryingCaller.callWithoutRetries(RetryingCallable<T> callable,
int callTimeout)
Call the server once only.
|
T |
StatsTrackingRpcRetryingCaller.callWithRetries(RetryingCallable<T> callable,
int callTimeout) |
T |
RpcRetryingCaller.callWithRetries(RetryingCallable<T> callable,
int callTimeout)
Retries if invocation fails.
|
void |
ResultBoundedCompletionService.submit(RetryingCallable<V> task,
int callTimeout,
int id) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.