Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Field and Description |
---|---|
private AsyncSingleRequestRpcRetryingCaller.Callable<T> |
AsyncRpcRetryingCallerFactory.SingleRequestCallerBuilder.callable |
private AsyncSingleRequestRpcRetryingCaller.Callable<T> |
AsyncSingleRequestRpcRetryingCaller.callable |
Modifier and Type | Method and Description |
---|---|
AsyncRpcRetryingCallerFactory.SingleRequestCallerBuilder<T> |
AsyncRpcRetryingCallerFactory.SingleRequestCallerBuilder.action(AsyncSingleRequestRpcRetryingCaller.Callable<T> callable) |
Constructor and Description |
---|
AsyncSingleRequestRpcRetryingCaller(org.apache.hbase.thirdparty.io.netty.util.Timer retryTimer,
AsyncConnectionImpl conn,
TableName tableName,
byte[] row,
int replicaId,
RegionLocateType locateType,
AsyncSingleRequestRpcRetryingCaller.Callable<T> callable,
long pauseNs,
int maxAttempts,
long operationTimeoutNs,
long rpcTimeoutNs,
int startLogErrorsCnt) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.