Package | Description |
---|---|
com.datastax.dse.driver.api.core.graph | |
com.datastax.dse.driver.internal.core.graph |
Modifier and Type | Method and Description |
---|---|
GraphExecutionInfo |
GraphResultSet.getExecutionInfo()
The execution information for the query that have been performed to assemble this result set.
|
GraphExecutionInfo |
AsyncGraphResultSet.getExecutionInfo()
The execution information for this page of results.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultGraphExecutionInfo |
Modifier and Type | Method and Description |
---|---|
GraphExecutionInfo |
SinglePageGraphResultSet.getExecutionInfo() |
GraphExecutionInfo |
DefaultAsyncGraphResultSet.getExecutionInfo() |
Constructor and Description |
---|
DefaultAsyncGraphResultSet(GraphExecutionInfo executionInfo,
Queue<GraphNode> data) |
Copyright © 2017–2019. All rights reserved.