Package | Description |
---|---|
com.datastax.driver.dse | |
com.datastax.driver.dse.graph |
Modifier and Type | Method and Description |
---|---|
GraphResultSet |
DseSession.executeGraph(GraphStatement statement)
Executes the provided graph query.
|
GraphResultSet |
DseSession.executeGraph(String query)
Executes the provided graph query.
|
GraphResultSet |
DseSession.executeGraph(String query,
Map<String,Object> values)
Executes the provided graph query with the provided named parameters.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<GraphResultSet> |
DseSession.executeGraphAsync(GraphStatement statement)
Executes the provided Graph query asynchronously.
|
com.google.common.util.concurrent.ListenableFuture<GraphResultSet> |
DseSession.executeGraphAsync(String query)
Executes the provided graph query asynchronously.
|
com.google.common.util.concurrent.ListenableFuture<GraphResultSet> |
DseSession.executeGraphAsync(String query,
Map<String,Object> values)
Executes the provided graph query asynchronously with the specified parameters.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<GraphResultSet> |
GraphResultSet.fetchMoreResults()
Force fetching the next page of results for this result set, if any.
|