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 |
---|---|
GraphJsonUtils |
Utility static methods and objects useful in the DSE Driver's execution chain.
|
GraphOptions |
The default graph options to use for a DSE cluster.
|
GraphResultSet |
The result of a graph query.
|
GraphStatement |
An executable graph query.
|
ObjectGraphNode | |
RegularGraphStatement |
A regular (non-prepared and non batched) graph statement.
|
SimpleGraphStatement |
A simple graph statement implementation.
|
Enum | Description |
---|---|
GraphProtocol |
Defines a subprotocol to be used by the Java driver to communicate with DSE Graph.
|
Copyright © 2012–2019. All rights reserved.