Class TestClientScanner.MockRpcRetryingCallerFactory

java.lang.Object
org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
org.apache.hadoop.hbase.client.TestClientScanner.MockRpcRetryingCallerFactory
Enclosing class:
TestClientScanner

public static class TestClientScanner.MockRpcRetryingCallerFactory extends org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
  • Field Summary

    Fields inherited from class org.apache.hadoop.hbase.client.RpcRetryingCallerFactory

    CUSTOM_CALLER_CONF_KEY
  • Constructor Summary

    Constructors
    Constructor
    Description
    MockRpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConf)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> org.apache.hadoop.hbase.client.RpcRetryingCaller<T>
    newCaller(int rpcTimeout)
     

    Methods inherited from class org.apache.hadoop.hbase.client.RpcRetryingCallerFactory

    instantiate, instantiate, instantiate, instantiate, newCaller

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MockRpcRetryingCallerFactory

      public MockRpcRetryingCallerFactory(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.client.ConnectionConfiguration connectionConf)
  • Method Details

    • newCaller

      public <T> org.apache.hadoop.hbase.client.RpcRetryingCaller<T> newCaller(int rpcTimeout)
      Overrides:
      newCaller in class org.apache.hadoop.hbase.client.RpcRetryingCallerFactory