Package org.apache.hadoop.hbase.client
Class AsyncRequestFutureImpl.SingleServerRequestRunnable
java.lang.Object
org.apache.hadoop.hbase.client.AsyncRequestFutureImpl.SingleServerRequestRunnable
- All Implemented Interfaces:
Runnable
- Enclosing class:
- AsyncRequestFutureImpl<CResult>
Runnable (that can be submitted to thread pool) that submits MultiAction to a single server.
The server call is synchronous, therefore we do it on a thread pool.
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Set<CancellableRegionServerCallable>
private final MultiAction
private final int
private final ServerName
-
Constructor Summary
ConstructorDescriptionSingleServerRequestRunnable
(MultiAction multiAction, int numAttempt, ServerName server, Set<CancellableRegionServerCallable> callsInProgress) -
Method Summary
-
Field Details
-
multiAction
-
numAttempt
-
server
-
callsInProgress
-
-
Constructor Details
-
SingleServerRequestRunnable
SingleServerRequestRunnable(MultiAction multiAction, int numAttempt, ServerName server, Set<CancellableRegionServerCallable> callsInProgress)
-
-
Method Details