| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| Modifier and Type | Class and Description | 
|---|---|
| (package private) class  | AsyncRequestFutureImpl<CResult>The context, and return value, for a single submit/submitAll call. | 
| Modifier and Type | Field and Description | 
|---|---|
| private static AsyncRequestFuture | AsyncProcess. NO_REQS_RESULTReturn value from a submit that didn't contain any requests. | 
| Modifier and Type | Method and Description | 
|---|---|
| private <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) | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.