Uses of Interface
org.apache.hadoop.hbase.client.AsyncServerRequestRpcRetryingCaller.Callable

Packages that use org.apache.hadoop.hbase.client.AsyncServerRequestRpcRetryingCaller.Callable
Package
Description
Provides HBase Client
  • Uses of org.apache.hadoop.hbase.client.AsyncServerRequestRpcRetryingCaller.Callable in org.apache.hadoop.hbase.client

    Constructors in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.AsyncServerRequestRpcRetryingCaller.Callable in in
    Modifier
    Constructor
    Description
     
    AsyncServerRequestRpcRetryingCaller(org.apache.hbase.thirdparty.io.netty.util.Timer retryTimer, org.apache.hadoop.hbase.client.AsyncConnectionImpl conn, long pauseNs, long pauseNsForServerOverloaded, int maxAttempts, long operationTimeoutNs, long rpcTimeoutNs, int startLogErrorsCnt, org.apache.hadoop.hbase.ServerName serverName, org.apache.hadoop.hbase.client.AsyncServerRequestRpcRetryingCaller.Callable<T> callable)