Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.util.TraversalExplanation
-
-
Uses of TraversalExplanation in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal that return TraversalExplanation Modifier and Type Method Description default TraversalExplanation
Traversal. explain()
Return aTraversalExplanation
that shows how this traversal will mutate with each appliedTraversalStrategy
. -
Uses of TraversalExplanation in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect that return TraversalExplanation Modifier and Type Method Description abstract TraversalExplanation
ExplainTest. get_g_V_outE_identity_inV_explain()
TraversalExplanation
ExplainTest.Traversals. get_g_V_outE_identity_inV_explain()
-
Uses of TraversalExplanation in org.apache.tinkerpop.gremlin.process.traversal.util
Subclasses of TraversalExplanation in org.apache.tinkerpop.gremlin.process.traversal.util Modifier and Type Class Description class
ImmutableExplanation
A data-only representation of aTraversalExplanation
which doesn't re-calculate the "explanation" from the raw traversal data each time the explanation is displayed. -
Uses of TraversalExplanation in org.apache.tinkerpop.gremlin.structure.io.binary.types
Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types that return TraversalExplanation Modifier and Type Method Description protected TraversalExplanation
TraversalExplanationSerializer. readValue(Buffer buffer, GraphBinaryReader context)
Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types with parameters of type TraversalExplanation Modifier and Type Method 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)
-