Package org.apache.hadoop.hbase.client
Class AsyncRpcRetryingCallerFactory
java.lang.Object
org.apache.hadoop.hbase.client.AsyncRpcRetryingCallerFactory
Factory to create an AsyncRpcRetryCaller.
- Since:
- 2.0.0
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
class
private class
class
class
class
class
-
Field Summary
Modifier and TypeFieldDescriptionprivate final AsyncConnectionImpl
private final org.apache.hbase.thirdparty.io.netty.util.Timer
-
Constructor Summary
ConstructorDescriptionAsyncRpcRetryingCallerFactory
(AsyncConnectionImpl conn, org.apache.hbase.thirdparty.io.netty.util.Timer retryTimer) -
Method Summary
-
Field Details
-
conn
-
retryTimer
-
-
Constructor Details
-
AsyncRpcRetryingCallerFactory
public AsyncRpcRetryingCallerFactory(AsyncConnectionImpl conn, org.apache.hbase.thirdparty.io.netty.util.Timer retryTimer)
-
-
Method Details
-
single
Create retry caller for single action, such as get, put, delete, etc. -
scanSingleRegion
Create retry caller for scanning a region. -
batch
-
masterRequest
-
adminRequest
-
serverRequest
-