Package | Description |
---|---|
com.datastax.dse.driver.api.core | |
com.datastax.dse.driver.api.core.auth | |
com.datastax.dse.driver.api.core.graph | |
com.datastax.dse.driver.api.core.graph.reactive | |
com.datastax.oss.driver.api.core |
The core API of the driver, that deals with query execution and cluster metadata.
|
Class and Description |
---|
GraphSession
A session that has the ability to execute DSE Graph requests.
|
Class and Description |
---|
GraphStatement
A request to execute a DSE Graph query.
|
Class and Description |
---|
AsyncGraphResultSet
The result of an asynchronous graph query.
|
BatchGraphStatement
A graph statement that groups multiple mutating traversals together, to be executed in the
same transaction.
|
BatchGraphStatementBuilder
A builder to create a batch graph statement.
|
DseGraphRemoteConnectionBuilder
A builder helper to create a
RemoteConnection that will be used to build
implicitly-executing fluent traversals. |
FluentGraphStatement
A graph statement that uses a TinkerPop
GraphTraversal as the query. |
FluentGraphStatementBuilder
A builder to create a fluent graph statement.
|
GraphExecutionInfo
Deprecated.
This interface is not used by any driver component anymore; the driver now exposes
instances of
ExecutionInfo for all Graph
queries. |
GraphNode
A node in a tree-like structure representing a Graph or a Graph component.
|
GraphResultSet
The result of a synchronous Graph query.
|
GraphStatement
A request to execute a DSE Graph query.
|
GraphStatementBuilderBase |
PagingEnabledOptions |
ScriptGraphStatement
A graph statement that uses a Gremlin-groovy script the query.
|
ScriptGraphStatementBuilder
A builder to create a script graph statement.
|
Class and Description |
---|
GraphNode
A node in a tree-like structure representing a Graph or a Graph component.
|
GraphStatement
A request to execute a DSE Graph query.
|
Class and Description |
---|
GraphSession
A session that has the ability to execute DSE Graph requests.
|
Copyright © 2017–2024. All rights reserved.