@InterfaceAudience.Private public interface AsyncRequestFuture
| Modifier and Type | Method and Description | 
|---|---|
| RetriesExhaustedWithDetailsException | getErrors() | 
| List<? extends Row> | getFailedOperations() | 
| Object[] | getResults() | 
| boolean | hasError() | 
| void | waitUntilDone()Wait until all tasks are executed, successfully or not. | 
boolean hasError()
RetriesExhaustedWithDetailsException getErrors()
List<? extends Row> getFailedOperations()
Object[] getResults() throws InterruptedIOException
InterruptedIOExceptionvoid waitUntilDone() throws InterruptedIOException
InterruptedIOExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.