Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMetrics
- 
- 
Uses of TraversalMetrics in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credentialMethods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential that return types with arguments of type TraversalMetrics Modifier and Type Method Description default CredentialTraversal<S,TraversalMetrics>CredentialTraversal. profile()
- 
Uses of TraversalMetrics in org.apache.tinkerpop.gremlin.process.traversalMethods in org.apache.tinkerpop.gremlin.process.traversal that return types with arguments of type TraversalMetrics Modifier and Type Method Description default Traversal<S,TraversalMetrics>Traversal. profile()Profile the traversal.
- 
Uses of TraversalMetrics in org.apache.tinkerpop.gremlin.process.traversal.dsl.graphMethods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph that return types with arguments of type TraversalMetrics Modifier and Type Method Description default GraphTraversal<S,TraversalMetrics>GraphTraversal. profile()Allows developers to examine statistical information about a traversal providing data like execution times, counts, etc.
- 
Uses of TraversalMetrics in org.apache.tinkerpop.gremlin.process.traversal.step.map
- 
Uses of TraversalMetrics in org.apache.tinkerpop.gremlin.process.traversal.utilClasses in org.apache.tinkerpop.gremlin.process.traversal.util that implement TraversalMetrics Modifier and Type Class Description classDefaultTraversalMetricsDefault implementation forTraversalMetricsthat aggregatesImmutableMetricsinstances from aTraversal.
- 
Uses of TraversalMetrics in org.apache.tinkerpop.gremlin.structure.io.binary.typesMethods in org.apache.tinkerpop.gremlin.structure.io.binary.types that return TraversalMetrics Modifier and Type Method Description protected TraversalMetricsTraversalMetricsSerializer. readValue(Buffer buffer, GraphBinaryReader context)Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types with parameters of type TraversalMetrics Modifier and Type Method Description protected voidTraversalMetricsSerializer. writeValue(TraversalMetrics value, Buffer buffer, GraphBinaryWriter context)
- 
Uses of TraversalMetrics in org.apache.tinkerpop.gremlin.structure.io.gryoMethods in org.apache.tinkerpop.gremlin.structure.io.gryo that return TraversalMetrics Modifier and Type Method Description <I extends InputShim>
 TraversalMetricsGryoSerializersV3d0.TraversalMetricsSerializer. read(KryoShim<I,?> kryo, I input, Class<TraversalMetrics> clazz)Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type TraversalMetrics Modifier and Type Method Description <O extends OutputShim>
 voidGryoSerializersV3d0.TraversalMetricsSerializer. write(KryoShim<?,O> kryo, O output, TraversalMetrics object)Method parameters in org.apache.tinkerpop.gremlin.structure.io.gryo with type arguments of type TraversalMetrics Modifier and Type Method Description <I extends InputShim>
 TraversalMetricsGryoSerializersV3d0.TraversalMetricsSerializer. read(KryoShim<I,?> kryo, I input, Class<TraversalMetrics> clazz)
 
-