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