Package | Description |
---|---|
com.datastax.dse.driver.api.core.graph | |
com.datastax.dse.driver.internal.core.graph |
Modifier and Type | Field and Description |
---|---|
static com.datastax.oss.driver.api.core.type.reflect.GenericType<CompletionStage<AsyncGraphResultSet>> |
GraphStatement.ASYNC
The type returned when a graph statement is executed asynchronously.
|
Modifier and Type | Method and Description |
---|---|
default CompletionStage<? extends AsyncGraphResultSet> |
GraphSession.executeAsync(GraphStatement<?> graphStatement)
Executes a graph statement asynchronously (the call returns as soon as the statement was sent,
generally before the result is available).
|
CompletionStage<? extends AsyncGraphResultSet> |
AsyncGraphResultSet.fetchNextPage()
Fetch the next page of results asynchronously.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultAsyncGraphResultSet |
Modifier and Type | Field and Description |
---|---|
protected CompletableFuture<AsyncGraphResultSet> |
GraphRequestHandler.result |
Modifier and Type | Method and Description |
---|---|
CompletionStage<? extends AsyncGraphResultSet> |
DefaultAsyncGraphResultSet.fetchNextPage() |
CompletionStage<AsyncGraphResultSet> |
GraphRequestHandler.handle() |
CompletionStage<AsyncGraphResultSet> |
GraphRequestAsyncProcessor.newFailure(RuntimeException error) |
CompletionStage<AsyncGraphResultSet> |
GraphRequestAsyncProcessor.process(GraphStatement<?> request,
com.datastax.oss.driver.internal.core.session.DefaultSession session,
com.datastax.oss.driver.internal.core.context.InternalDriverContext context,
String sessionLogPrefix) |
Modifier and Type | Method and Description |
---|---|
static GraphResultSet |
GraphResultSets.toSync(AsyncGraphResultSet firstPage) |
Constructor and Description |
---|
SinglePageGraphResultSet(AsyncGraphResultSet onlyPage) |
Copyright © 2017–2019. All rights reserved.