public class AsyncResultSet<D> extends AsyncFutures<com.datastax.driver.core.ResultSet,D>
async, futures, futuresData| Modifier and Type | Method and Description |
|---|---|
Async |
andThen(Async async,
java.util.function.BiConsumer<com.datastax.driver.core.Row,com.datastax.driver.core.BoundStatement> biConsumer) |
Async |
inCompletionOrderRows(java.util.function.Consumer<com.datastax.driver.core.Row> consumer) |
Async |
inExecutionOrderRows(java.util.function.Consumer<com.datastax.driver.core.Row> consumer) |
Async |
inExecutionRows(java.util.function.BiConsumer<com.datastax.driver.core.Row,D> consumer) |
futuresAccept, inCompletionOrder, inCompletionOrder, inExecutionOrder, inExecutionOrder, inExecutionOrderpublic Async inCompletionOrderRows(java.util.function.Consumer<com.datastax.driver.core.Row> consumer)
public Async inExecutionOrderRows(java.util.function.Consumer<com.datastax.driver.core.Row> consumer)
public Async inExecutionRows(java.util.function.BiConsumer<com.datastax.driver.core.Row,D> consumer)