org.apache.hadoop.hbase.client
Class RpcRetryingCallerFactory
java.lang.Object
org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
public class RpcRetryingCallerFactory
- extends Object
Factory to create an RpcRetryingCaller
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CUSTOM_CALLER_CONF_KEY
public static final String CUSTOM_CALLER_CONF_KEY
- Configuration key for a custom
RpcRetryingCaller
- See Also:
- Constant Field Values
conf
protected final org.apache.hadoop.conf.Configuration conf
RpcRetryingCallerFactory
public RpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf)
newCaller
public <T> RpcRetryingCaller<T> newCaller()
instantiate
public static RpcRetryingCallerFactory instantiate(org.apache.hadoop.conf.Configuration configuration)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.