| Interface | 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. | 
| DseGraphRemoteConnectionBuilder | A builder helper to create a  RemoteConnectionthat will be used to build
 implicitly-executing fluent traversals. | 
| FluentGraphStatement | A graph statement that uses a TinkerPop  GraphTraversalas the query. | 
| GraphExecutionInfo | Deprecated This interface is not used by any driver component anymore; the driver now exposes
     instances of  ExecutionInfofor 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. | 
| GraphSession | A session that has the ability to execute DSE Graph requests. | 
| GraphStatement<SelfT extends GraphStatement<SelfT>> | A request to execute a DSE Graph query. | 
| ScriptGraphStatement | A graph statement that uses a Gremlin-groovy script the query. | 
| Class | Description | 
|---|---|
| BatchGraphStatementBuilder | A builder to create a batch graph statement. | 
| DseGraph | General purpose utility class for interaction with DSE Graph via the DataStax Enterprise Java
 driver. | 
| FluentGraphStatementBuilder | A builder to create a fluent graph statement. | 
| GraphStatementBuilderBase<SelfT extends GraphStatementBuilderBase<SelfT,StatementT>,StatementT extends GraphStatement<StatementT>> | |
| ScriptGraphStatementBuilder | A builder to create a script graph statement. | 
| Enum | Description | 
|---|---|
| PagingEnabledOptions | 
Copyright © 2017–2025. All rights reserved.