Modifier and Type | Method and Description |
---|---|
default CompletionStage<ContinuousAsyncResultSet> |
ContinuousSession.executeContinuouslyAsync(Statement<?> statement)
Executes the provided query with continuous paging asynchronously.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultContinuousAsyncResultSet |
Modifier and Type | Field and Description |
---|---|
static GenericType<CompletionStage<ContinuousAsyncResultSet>> |
ContinuousCqlRequestAsyncProcessor.CONTINUOUS_RESULT_ASYNC |
Modifier and Type | Method and Description |
---|---|
protected CompletableFuture<ContinuousAsyncResultSet> |
ContinuousCqlRequestHandler.dequeueOrCreatePending()
Dequeue a response or, if the queue is empty, create the future that will get notified of the
next response, when it arrives.
|
CompletionStage<ContinuousAsyncResultSet> |
DefaultContinuousAsyncResultSet.fetchNextPage() |
CompletionStage<ContinuousAsyncResultSet> |
ContinuousCqlRequestHandler.handle() |
CompletionStage<ContinuousAsyncResultSet> |
ContinuousCqlRequestAsyncProcessor.newFailure(RuntimeException error) |
CompletionStage<ContinuousAsyncResultSet> |
ContinuousCqlRequestAsyncProcessor.process(Statement<?> request,
com.datastax.oss.driver.internal.core.session.DefaultSession session,
com.datastax.oss.driver.internal.core.context.InternalDriverContext context,
String sessionLogPrefix) |
Constructor and Description |
---|
DefaultContinuousResultSet(ContinuousAsyncResultSet firstPage) |
Constructor and Description |
---|
DefaultContinuousReactiveResultSet(Callable<CompletionStage<ContinuousAsyncResultSet>> firstPage) |
Copyright © 2017–2019. All rights reserved.