static class RegionReplicaReplicationEndpoint.RetryingRpcCallable<V> extends Object implements Callable<V>
Modifier and Type | Field and Description |
---|---|
(package private) RetryingCallable<V> |
callable |
(package private) RpcRetryingCallerFactory |
factory |
(package private) int |
timeout |
Constructor and Description |
---|
RetryingRpcCallable(RpcRetryingCallerFactory factory,
RetryingCallable<V> callable,
int timeout) |
RpcRetryingCallerFactory factory
RetryingCallable<V> callable
int timeout
public RetryingRpcCallable(RpcRetryingCallerFactory factory, RetryingCallable<V> callable, int timeout)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.