@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()
Object[] getResults() throws InterruptedIOException
InterruptedIOExceptionvoid waitUntilDone()
            throws InterruptedIOException
InterruptedIOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.