static class TestAsyncProcess.CallerWithFailure extends org.apache.hadoop.hbase.client.RpcRetryingCallerImpl<org.apache.hadoop.hbase.client.AbstractResponse>
Modifier and Type | Field and Description |
---|---|
private IOException |
e |
Constructor and Description |
---|
CallerWithFailure(IOException e) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hbase.client.AbstractResponse |
callWithoutRetries(org.apache.hadoop.hbase.client.RetryingCallable<org.apache.hadoop.hbase.client.AbstractResponse> callable,
int callTimeout) |
private final IOException e
public CallerWithFailure(IOException e)
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
callWithoutRetries
in interface org.apache.hadoop.hbase.client.RpcRetryingCaller<org.apache.hadoop.hbase.client.AbstractResponse>
callWithoutRetries
in class org.apache.hadoop.hbase.client.RpcRetryingCallerImpl<org.apache.hadoop.hbase.client.AbstractResponse>
IOException
RuntimeException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.