Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Field and Description |
---|---|
private AsyncMasterRequestRpcRetryingCaller.Callable<T> |
AsyncMasterRequestRpcRetryingCaller.callable |
private AsyncMasterRequestRpcRetryingCaller.Callable<T> |
AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder.callable |
Modifier and Type | Method and Description |
---|---|
AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder<T> |
AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder.action(AsyncMasterRequestRpcRetryingCaller.Callable<T> callable) |
Constructor and Description |
---|
AsyncMasterRequestRpcRetryingCaller(org.apache.hbase.thirdparty.io.netty.util.Timer retryTimer,
AsyncConnectionImpl conn,
AsyncMasterRequestRpcRetryingCaller.Callable<T> callable,
int priority,
long pauseNs,
long pauseForCQTBENs,
int maxRetries,
long operationTimeoutNs,
long rpcTimeoutNs,
int startLogErrorsCnt) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.