Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.util.MutableMetrics
-
-
Uses of MutableMetrics in org.apache.tinkerpop.gremlin.process.traversal.step
Methods in org.apache.tinkerpop.gremlin.process.traversal.step with parameters of type MutableMetrics Modifier and Type Method Description void
Profiling. setMetrics(MutableMetrics metrics)
-
Uses of MutableMetrics in org.apache.tinkerpop.gremlin.process.traversal.step.map
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map with parameters of type MutableMetrics Modifier and Type Method Description void
ProfileTest.MockStep. setMetrics(MutableMetrics parentMetrics)
-
Uses of MutableMetrics in org.apache.tinkerpop.gremlin.process.traversal.step.util
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.util that return MutableMetrics Modifier and Type Method Description MutableMetrics
ProfileStep.ProfileBiOperator. apply(MutableMetrics metricsA, MutableMetrics metricsB)
MutableMetrics
ProfileStep. getMetrics()
Returnsnull
if traversal is not iterated or if not locked after strategy application.Methods in org.apache.tinkerpop.gremlin.process.traversal.step.util that return types with arguments of type MutableMetrics Modifier and Type Method Description MemoryComputeKey<MutableMetrics>
ProfileStep. getMemoryComputeKey()
Methods in org.apache.tinkerpop.gremlin.process.traversal.step.util with parameters of type MutableMetrics Modifier and Type Method Description MutableMetrics
ProfileStep.ProfileBiOperator. apply(MutableMetrics metricsA, MutableMetrics metricsB)
-
Uses of MutableMetrics in org.apache.tinkerpop.gremlin.process.traversal.util
Methods in org.apache.tinkerpop.gremlin.process.traversal.util that return MutableMetrics Modifier and Type Method Description MutableMetrics
MutableMetrics. clone()
MutableMetrics
MutableMetrics. getNested(String metricsId)
Methods in org.apache.tinkerpop.gremlin.process.traversal.util with parameters of type MutableMetrics Modifier and Type Method Description void
MutableMetrics. addNested(MutableMetrics metrics)
void
MutableMetrics. aggregate(MutableMetrics other)
Aggregate one set of metrics into the current body of metrics.Constructor parameters in org.apache.tinkerpop.gremlin.process.traversal.util with type arguments of type MutableMetrics Constructor Description DefaultTraversalMetrics(long totalStepDurationNs, List<MutableMetrics> orderedMetrics)
This is only a convenient constructor needed for GraphSON deserialization. -
Uses of MutableMetrics in org.apache.tinkerpop.gremlin.util.function
Methods in org.apache.tinkerpop.gremlin.util.function that return MutableMetrics Modifier and Type Method Description MutableMetrics
MutableMetricsSupplier. get()
-