public interface ReactiveGraphNode extends GraphNode
GraphNode produced by a reactive graph result set.
This is essentially an extension of the driver's GraphNode object that also exposes
useful information about request execution (note however that
this information is also exposed at result set level for convenience).
ReactiveGraphSession,
ReactiveGraphResultSet| Modifier and Type | Method and Description |
|---|---|
ExecutionInfo |
getExecutionInfo()
The execution information for the paged request that produced this result.
|
as, as, asBoolean, asDouble, asEdge, asInt, asList, asLong, asMap, asPath, asProperty, asSet, asString, asVertex, asVertexProperty, getByIndex, getByKey, isEdge, isList, isMap, isNull, isPath, isProperty, isSet, isValue, isVertex, isVertexProperty, keys, size@NonNull ExecutionInfo getExecutionInfo()
This object is the same for two rows pertaining to the same page, but differs for rows pertaining to different pages.
ReactiveGraphResultSet.getExecutionInfos()Copyright © 2017–2025. All rights reserved.