Modifier and Type | Method and Description |
---|---|
protected TraversalExplanation |
TraversalExplanationSerializer.readValue(ByteBuf 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,
ByteBuf buffer,
GraphBinaryWriter context) |
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() |
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.