Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.util.TraversalExplanation
- 
- 
Uses of TraversalExplanation in org.apache.tinkerpop.gremlin.process.traversalMethods in org.apache.tinkerpop.gremlin.process.traversal that return TraversalExplanation Modifier and Type Method Description default TraversalExplanationTraversal. explain()Return aTraversalExplanationthat shows how this traversal will mutate with each appliedTraversalStrategy.
- 
Uses of TraversalExplanation in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffectMethods in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect that return TraversalExplanation Modifier and Type Method Description abstract TraversalExplanationExplainTest. get_g_V_outE_identity_inV_explain()TraversalExplanationExplainTest.Traversals. get_g_V_outE_identity_inV_explain()
- 
Uses of TraversalExplanation in org.apache.tinkerpop.gremlin.process.traversal.utilSubclasses of TraversalExplanation in org.apache.tinkerpop.gremlin.process.traversal.util Modifier and Type Class Description classImmutableExplanationA data-only representation of aTraversalExplanationwhich 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.typesMethods in org.apache.tinkerpop.gremlin.structure.io.binary.types that return TraversalExplanation Modifier and Type Method Description protected TraversalExplanationTraversalExplanationSerializer. 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 ObjectTraversalExplanationSerializer. transform(TraversalExplanation value)Creates a Map containing "original", "intermediate" and "final" keys.protected voidTraversalExplanationSerializer. writeValue(TraversalExplanation value, Buffer buffer, GraphBinaryWriter context)
 
-