Package | Description |
---|---|
com.datastax.driver.dse.graph | |
com.datastax.dse.graph.internal.utils |
Modifier and Type | Class and Description |
---|---|
class |
ObjectGraphNode |
Modifier and Type | Field and Description |
---|---|
static Function<Row,GraphNode> |
GraphJsonUtils.ROW_TO_GRAPHSON2_OBJECTGRAPHNODE
Function that transforms a Row from the wrapped Cassandra driver, into a
GraphNode . |
Modifier and Type | Method and Description |
---|---|
GraphNode |
ObjectGraphNode.get(int index) |
GraphNode |
GraphNode.get(int index) |
GraphNode |
ObjectGraphNode.get(String fieldName) |
GraphNode |
GraphNode.get(String fieldName) |
GraphNode |
Element.getId()
Returns the element's identifier.
|
GraphNode |
Edge.getInV()
Returns the identifier of this edge's incoming/head vertex.
|
GraphNode |
Path.getObject(int index)
Returns the object associated with the given step of this path.
|
GraphNode |
Path.getObject(String label)
Returns the first object with the given label in this path.
|
GraphNode |
Edge.getOutV()
Returns the identifier of this edge's outgoing/tail vertex.
|
GraphNode |
Property.getValue()
Returns the property value.
|
GraphNode |
GraphResultSet.one()
Returns the next result.
|
Modifier and Type | Method and Description |
---|---|
List<GraphNode> |
GraphResultSet.all()
Returns all the remaining results as a list.
|
List<GraphNode> |
Path.getObjects()
Returns the objects traversed by this path,
or an empty list, if this path is empty.
|
List<GraphNode> |
Path.getObjects(String label)
Returns the objects with the given label in this path.
|
Function<Row,GraphNode> |
GraphStatement.getTransformResultFunction()
Allows users to input their own implementations of
GraphNode
directly into the DSE Driver's workflow. |
Iterator<GraphNode> |
GraphResultSet.iterator()
Returns an iterator over the results.
|
Modifier and Type | Method and Description |
---|---|
GraphStatement |
GraphStatement.setTransformResultFunction(Function<Row,GraphNode> transformResultFunction)
|
Constructor and Description |
---|
GraphResultSet(ResultSet wrapped,
Function<Row,GraphNode> transformResultFunction) |
Modifier and Type | Field and Description |
---|---|
static Function<Row,GraphNode> |
GraphSONUtils.ROW_TO_GRAPHSON2_TINKERPOP_OBJECTGRAPHNODE |
Copyright © 2012–2018. All rights reserved.