Uses of Interface
org.apache.hadoop.hbase.client.AsyncAdminRequestRetryingCaller.Callable
Packages that use AsyncAdminRequestRetryingCaller.Callable
-
Uses of AsyncAdminRequestRetryingCaller.Callable in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as AsyncAdminRequestRetryingCaller.CallableModifier and TypeFieldDescriptionprivate final AsyncAdminRequestRetryingCaller.Callable<T>
AsyncAdminRequestRetryingCaller.callable
AsyncRpcRetryingCallerFactory.AdminRequestCallerBuilder.callable
Methods in org.apache.hadoop.hbase.client with parameters of type AsyncAdminRequestRetryingCaller.CallableModifier and TypeMethodDescriptionAsyncRpcRetryingCallerFactory.AdminRequestCallerBuilder.action
(AsyncAdminRequestRetryingCaller.Callable<T> callable) Constructors in org.apache.hadoop.hbase.client with parameters of type AsyncAdminRequestRetryingCaller.CallableModifierConstructorDescriptionAsyncAdminRequestRetryingCaller
(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)