Class TestAsyncProcess.CallerWithFailure

java.lang.Object
org.apache.hadoop.hbase.client.RpcRetryingCallerImpl<org.apache.hadoop.hbase.client.AbstractResponse>
org.apache.hadoop.hbase.client.TestAsyncProcess.CallerWithFailure
All Implemented Interfaces:
org.apache.hadoop.hbase.client.RpcRetryingCaller<org.apache.hadoop.hbase.client.AbstractResponse>
Enclosing class:
TestAsyncProcess

static class TestAsyncProcess.CallerWithFailure extends org.apache.hadoop.hbase.client.RpcRetryingCallerImpl<org.apache.hadoop.hbase.client.AbstractResponse>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final IOException
     

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

    LOG
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.AbstractResponse
    callWithoutRetries(org.apache.hadoop.hbase.client.RetryingCallable<org.apache.hadoop.hbase.client.AbstractResponse> callable, int callTimeout)
     

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

    callWithRetries, cancel, toString, translateException

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • callWithoutRetries

      public org.apache.hadoop.hbase.client.AbstractResponse callWithoutRetries(org.apache.hadoop.hbase.client.RetryingCallable<org.apache.hadoop.hbase.client.AbstractResponse> callable, int callTimeout) throws IOException, RuntimeException
      Specified by:
      callWithoutRetries in interface org.apache.hadoop.hbase.client.RpcRetryingCaller<org.apache.hadoop.hbase.client.AbstractResponse>
      Overrides:
      callWithoutRetries in class org.apache.hadoop.hbase.client.RpcRetryingCallerImpl<org.apache.hadoop.hbase.client.AbstractResponse>
      Throws:
      IOException
      RuntimeException