| Interface | Description |
|---|---|
| Edge |
The representation of an edge in DSE Graph.
|
| Element |
The representation of an element in DSE Graph.
|
| GraphNode |
A node in a tree-like structure representing a Graph or a Graph component.
|
| Path |
A walk through a graph as defined by a traversal.
|
| Property |
The representation of a property in DSE Graph.
|
| Vertex |
The representation of a vertex in DSE Graph.
|
| VertexProperty |
The representation of a vertex property in DSE Graph.
|
| Class | Description |
|---|---|
| GraphOptions |
The default graph options to use for a DSE cluster.
|
| GraphResultSet |
The result of a graph query.
|
| GraphStatement |
An executable graph query.
|
| RegularGraphStatement |
A regular (non-prepared and non batched) graph statement.
|
| SimpleGraphStatement |
A simple graph statement implementation.
|