Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMetrics
-
-
Uses of TraversalMetrics in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Methods 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.traversal
Methods 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.graph
Methods 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.util
Classes in org.apache.tinkerpop.gremlin.process.traversal.util that implement TraversalMetrics Modifier and Type Class Description class
DefaultTraversalMetrics
Default implementation forTraversalMetrics
that aggregatesImmutableMetrics
instances from aTraversal
. -
Uses of TraversalMetrics in org.apache.tinkerpop.gremlin.structure.io.binary.types
Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types that return TraversalMetrics Modifier and Type Method Description protected TraversalMetrics
TraversalMetricsSerializer. 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 void
TraversalMetricsSerializer. writeValue(TraversalMetrics value, Buffer buffer, GraphBinaryWriter context)
-
Uses of TraversalMetrics in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return TraversalMetrics Modifier and Type Method Description <I extends InputShim>
TraversalMetricsGryoSerializersV3.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>
voidGryoSerializersV3.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>
TraversalMetricsGryoSerializersV3.TraversalMetricsSerializer. read(KryoShim<I,?> kryo, I input, Class<TraversalMetrics> clazz)
-