@InterfaceAudience.Private public class AsyncRegionReplicationRetryingCaller extends AsyncRpcRetryingCaller<Void>
conn, controller, future, operationTimeoutNs| Constructor and Description |
|---|
AsyncRegionReplicationRetryingCaller(org.apache.hbase.thirdparty.io.netty.util.HashedWheelTimer retryTimer,
org.apache.hadoop.hbase.client.AsyncClusterConnectionImpl conn,
int maxAttempts,
long rpcTimeoutNs,
long operationTimeoutNs,
RegionInfo replica,
List<WAL.Entry> entries) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doCall() |
protected Throwable |
preProcessError(Throwable error) |
completeExceptionally, getTableName, onError, remainingTimeNs, resetCallTimeoutpublic AsyncRegionReplicationRetryingCaller(org.apache.hbase.thirdparty.io.netty.util.HashedWheelTimer retryTimer,
org.apache.hadoop.hbase.client.AsyncClusterConnectionImpl conn,
int maxAttempts,
long rpcTimeoutNs,
long operationTimeoutNs,
RegionInfo replica,
List<WAL.Entry> entries)
protected Throwable preProcessError(Throwable error)
preProcessError in class AsyncRpcRetryingCaller<Void>protected void doCall()
doCall in class AsyncRpcRetryingCaller<Void>Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.