Uses of Class
org.apache.hadoop.hbase.client.AsyncConnectionImpl
Package
Description
Provides HBase Client
-
Uses of org.apache.hadoop.hbase.client.AsyncConnectionImpl in org.apache.hadoop.hbase.client
Modifier and TypeFieldDescriptionprotected final org.apache.hadoop.hbase.client.AsyncConnectionImpl
AsyncRpcRetryingCaller.conn
ModifierConstructorDescriptionAsyncAdminRequestRetryingCaller
(org.apache.hbase.thirdparty.io.netty.util.Timer retryTimer, org.apache.hadoop.hbase.client.AsyncConnectionImpl conn, int priority, long pauseNs, long pauseNsForServerOverloaded, int maxAttempts, long operationTimeoutNs, long rpcTimeoutNs, int startLogErrorsCnt, org.apache.hadoop.hbase.ServerName serverName, org.apache.hadoop.hbase.client.AsyncAdminRequestRetryingCaller.Callable<T> callable) AsyncMasterRequestRpcRetryingCaller
(org.apache.hbase.thirdparty.io.netty.util.Timer retryTimer, org.apache.hadoop.hbase.client.AsyncConnectionImpl conn, org.apache.hadoop.hbase.client.AsyncMasterRequestRpcRetryingCaller.Callable<T> callable, int priority, long pauseNs, long pauseNsForServerOverloaded, int maxRetries, long operationTimeoutNs, long rpcTimeoutNs, int startLogErrorsCnt) AsyncRpcRetryingCaller
(org.apache.hbase.thirdparty.io.netty.util.Timer retryTimer, org.apache.hadoop.hbase.client.AsyncConnectionImpl conn, int priority, long pauseNs, long pauseNsForServerOverloaded, int maxAttempts, long operationTimeoutNs, long rpcTimeoutNs, int startLogErrorsCnt, Map<String, byte[]> requestAttributes) 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) -
Uses of org.apache.hadoop.hbase.client.AsyncConnectionImpl in org.apache.hadoop.hbase.client.trace
ModifierConstructorDescriptionConnectionSpanBuilder
(org.apache.hadoop.hbase.client.AsyncConnectionImpl conn) TableOperationSpanBuilder
(org.apache.hadoop.hbase.client.AsyncConnectionImpl conn) TableSpanBuilder
(org.apache.hadoop.hbase.client.AsyncConnectionImpl conn)