Package | Description |
---|---|
com.datastax.dse.driver.api.core.graph |
Modifier and Type | Field and Description |
---|---|
static GenericType<CompletionStage<AsyncGraphResultSet>> |
GraphStatement.ASYNC
The type returned when a graph statement is executed asynchronously.
|
Modifier and Type | Method and Description |
---|---|
default CompletionStage<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<AsyncGraphResultSet> |
AsyncGraphResultSet.fetchNextPage()
Fetch the next page of results asynchronously.
|
Copyright © 2017–2021. All rights reserved.