Uses of Interface
org.apache.hadoop.hbase.client.AsyncRequestFuture
-
Uses of AsyncRequestFuture in org.apache.hadoop.hbase.client
Modifier and TypeClassDescription(package private) class
AsyncRequestFutureImpl<CResult>
The context, and return value, for a single submit/submitAll call.Modifier and TypeFieldDescriptionprivate static final AsyncRequestFuture
AsyncProcess.NO_REQS_RESULT
Return value from a submit that didn't contain any requests.Modifier and TypeMethodDescriptionprivate <CResult> AsyncRequestFuture
AsyncProcess.checkTask
(AsyncProcessTask<CResult> task) <CResult> AsyncRequestFuture
AsyncProcess.submit
(AsyncProcessTask<CResult> task) The submitted task may be not accomplished at all if there are too many running tasks or other limits.private <CResult> AsyncRequestFuture
AsyncProcess.submit
(AsyncProcessTask<CResult> task, boolean atLeastOne) Extract from the rows list what we can submit.private <CResult> AsyncRequestFuture
AsyncProcess.submitAll
(AsyncProcessTask task) Submit immediately the list of rows, whatever the server status.(package private) <CResult> AsyncRequestFuture
AsyncProcess.submitMultiActions
(AsyncProcessTask task, List<Action> retainedActions, long nonceGroup, List<Exception> locationErrors, List<Integer> locationErrorRows, Map<ServerName, MultiAction> actionsByServer)