Package | Description |
---|---|
com.datastax.driver.dse.graph | |
com.datastax.driver.dse.serde |
Modifier and Type | Interface and Description |
---|---|
interface |
GraphNode
A node in a tree-like structure representing a Graph or a Graph component.
|
Modifier and Type | Method and Description |
---|---|
Node |
Node.get(int index)
Returns the element node at the specified
index of an array node. |
Node |
Node.get(String fieldName)
Returns the value of the specified field of an object node.
|