Modifier and Type | Method and Description |
---|---|
default TraversalExplanation |
Traversal.explain()
Return a
TraversalExplanation that shows how this traversal will mutate with each applied TraversalStrategy . |
Modifier and Type | Method and Description |
---|---|
abstract TraversalExplanation |
ExplainTest.get_g_V_outE_identity_inV_explain() |
TraversalExplanation |
ExplainTest.Traversals.get_g_V_outE_identity_inV_explain() |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableExplanation
A data-only representation of a
TraversalExplanation which doesn't re-calculate the "explanation" from
the raw traversal data each time the explanation is displayed. |
Modifier and Type | Method and Description |
---|---|
protected TraversalExplanation |
TraversalExplanationSerializer.readValue(Buffer buffer,
GraphBinaryReader context) |
Modifier and Type | Method and Description |
---|---|
Object |
TraversalExplanationSerializer.transform(TraversalExplanation value)
Creates a Map containing "original", "intermediate" and "final" keys.
|
protected void |
TraversalExplanationSerializer.writeValue(TraversalExplanation value,
Buffer buffer,
GraphBinaryWriter context) |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.