Uses of Class
org.apache.hadoop.hbase.client.AsyncConnectionImpl
Packages that use 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
Fields in org.apache.hadoop.hbase.client declared as org.apache.hadoop.hbase.client.AsyncConnectionImpl in inModifier and TypeFieldDescriptionprotected final org.apache.hadoop.hbase.client.AsyncConnectionImpl
AsyncRpcRetryingCaller.conn
Constructors in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.AsyncConnectionImpl in inModifierConstructorDescriptionAsyncAdminRequestRetryingCaller
(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
Constructors in org.apache.hadoop.hbase.client.trace with parameters of type org.apache.hadoop.hbase.client.AsyncConnectionImpl in inModifierConstructorDescriptionConnectionSpanBuilder
(org.apache.hadoop.hbase.client.AsyncConnectionImpl conn) TableOperationSpanBuilder
(org.apache.hadoop.hbase.client.AsyncConnectionImpl conn) TableSpanBuilder
(org.apache.hadoop.hbase.client.AsyncConnectionImpl conn)