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