public class RpcRetryingCallerFactory extends Object
RpcRetryingCaller| Modifier and Type | Field and Description | 
|---|---|
| protected org.apache.hadoop.conf.Configuration | conf | 
| static String | CUSTOM_CALLER_CONF_KEYConfiguration key for a custom  RpcRetryingCaller | 
| Constructor and Description | 
|---|
| RpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf) | 
| Modifier and Type | Method and Description | 
|---|---|
| static RpcRetryingCallerFactory | instantiate(org.apache.hadoop.conf.Configuration configuration) | 
| <T> RpcRetryingCaller<T> | newCaller() | 
public static final String CUSTOM_CALLER_CONF_KEY
RpcRetryingCallerprotected final org.apache.hadoop.conf.Configuration conf
public RpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf)
public <T> RpcRetryingCaller<T> newCaller()
public static RpcRetryingCallerFactory instantiate(org.apache.hadoop.conf.Configuration configuration)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.