org.apache.hadoop.hbase.client
Class RpcRetryingCallerFactory

java.lang.Object
  extended by org.apache.hadoop.hbase.client.RpcRetryingCallerFactory

public class RpcRetryingCallerFactory
extends Object

Factory to create an RpcRetryingCaller


Field Summary
protected  org.apache.hadoop.conf.Configuration conf
           
static String CUSTOM_CALLER_CONF_KEY
          Configuration key for a custom RpcRetryingCaller
 
Constructor Summary
RpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf)
           
 
Method Summary
static RpcRetryingCallerFactory instantiate(org.apache.hadoop.conf.Configuration configuration)
           
<T> RpcRetryingCaller<T>
newCaller()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RpcRetryingCallerFactory

public RpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf)
Method Detail

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.