Package org.apache.hadoop.hbase.client
Class AsyncAdminRequestRetryingCaller<T>
java.lang.Object
org.apache.hadoop.hbase.client.AsyncRpcRetryingCaller<T>
org.apache.hadoop.hbase.client.AsyncAdminRequestRetryingCaller<T>
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AsyncAdminRequestRetryingCaller.Callable<T>private ServerNameFields inherited from class org.apache.hadoop.hbase.client.AsyncRpcRetryingCaller
conn, controller, future, operationTimeoutNs - 
Constructor Summary
ConstructorsConstructorDescriptionAsyncAdminRequestRetryingCaller(org.apache.hbase.thirdparty.io.netty.util.Timer retryTimer, AsyncConnectionImpl conn, int priority, long pauseNs, long pauseNsForServerOverloaded, int maxAttempts, long operationTimeoutNs, long rpcTimeoutNs, int startLogErrorsCnt, ServerName serverName, AsyncAdminRequestRetryingCaller.Callable<T> callable)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoCall()protected ThrowablepreProcessError(Throwable error) Methods inherited from class org.apache.hadoop.hbase.client.AsyncRpcRetryingCaller
call, completeExceptionally, getTableName, onError, remainingTimeNs, resetCallTimeout 
- 
Field Details
- 
callable
 - 
serverName
 
 - 
 - 
Constructor Details
- 
AsyncAdminRequestRetryingCaller
public AsyncAdminRequestRetryingCaller(org.apache.hbase.thirdparty.io.netty.util.Timer retryTimer, AsyncConnectionImpl conn, int priority, long pauseNs, long pauseNsForServerOverloaded, int maxAttempts, long operationTimeoutNs, long rpcTimeoutNs, int startLogErrorsCnt, ServerName serverName, AsyncAdminRequestRetryingCaller.Callable<T> callable)  
 - 
 - 
Method Details
- 
preProcessError
- Overrides:
 preProcessErrorin classAsyncRpcRetryingCaller<T>
 - 
doCall
- Specified by:
 doCallin classAsyncRpcRetryingCaller<T>
 
 -