Package org.apache.hadoop.hbase.client
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 inherited from class org.apache.hadoop.hbase.client.RpcRetryingCallerImpl
LOG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.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
-
Field Details
-
e
-
-
Constructor Details
-
CallerWithFailure
-
-
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 interfaceorg.apache.hadoop.hbase.client.RpcRetryingCaller<org.apache.hadoop.hbase.client.AbstractResponse>
- Overrides:
callWithoutRetries
in classorg.apache.hadoop.hbase.client.RpcRetryingCallerImpl<org.apache.hadoop.hbase.client.AbstractResponse>
- Throws:
IOException
RuntimeException
-