Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Class and Description |
---|---|
class |
RpcRetryingCallerImpl<T>
Runs an rpc'ing
RetryingCallable . |
Modifier and Type | Field and Description |
---|---|
protected RpcRetryingCaller<Result[]> |
ClientScanner.caller |
Modifier and Type | Method and Description |
---|---|
<T> RpcRetryingCaller<T> |
RpcRetryingCallerFactory.newCaller()
Create a new RetryingCaller with configured rpc timeout.
|
<T> RpcRetryingCaller<T> |
RpcRetryingCallerFactory.newCaller(int rpcTimeout)
Create a new RetryingCaller with specific rpc timeout.
|
Copyright © 2007–2019 Cloudera. All rights reserved.