Class RegionReplicaReplicationEndpoint.RetryingRpcCallable<V>
java.lang.Object
org.apache.hadoop.hbase.replication.regionserver.RegionReplicaReplicationEndpoint.RetryingRpcCallable<V>
- All Implemented Interfaces:
Callable<V>
- Enclosing class:
- RegionReplicaReplicationEndpoint
static class RegionReplicaReplicationEndpoint.RetryingRpcCallable<V>
extends Object
implements Callable<V>
-
Field Summary
Modifier and TypeFieldDescription(package private) RetryingCallable<V>
(package private) RpcRetryingCallerFactory
(package private) int
-
Constructor Summary
ConstructorDescriptionRetryingRpcCallable
(RpcRetryingCallerFactory factory, RetryingCallable<V> callable, int timeout) -
Method Summary
-
Field Details
-
factory
-
callable
-
timeout
int timeout
-
-
Constructor Details
-
RetryingRpcCallable
public RetryingRpcCallable(RpcRetryingCallerFactory factory, RetryingCallable<V> callable, int timeout)
-
-
Method Details