@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
InterruptedIOException
void waitUntilDone() throws InterruptedIOException
InterruptedIOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.