Package org.apache.hadoop.hbase.client
Interface AsyncRequestFuture
- All Known Implementing Classes:
AsyncRequestFutureImpl
The context used to wait for results from one submit call. If submit call is made with
needResults false, results will not be saved.
- Since:
- 2.0.0
-
Method Details
-
hasError
boolean hasError() -
getErrors
-
getFailedOperations
List<? extends Row> getFailedOperations() -
getResults
- Throws:
InterruptedIOException
-
waitUntilDone
Wait until all tasks are executed, successfully or not.- Throws:
InterruptedIOException
-