Uses of Class
org.apache.tinkerpop.gremlin.process.traversal.util.MutableMetrics
- 
- 
Uses of MutableMetrics in org.apache.tinkerpop.gremlin.process.traversal.stepMethods in org.apache.tinkerpop.gremlin.process.traversal.step with parameters of type MutableMetrics Modifier and Type Method Description voidProfiling. setMetrics(MutableMetrics metrics)
- 
Uses of MutableMetrics in org.apache.tinkerpop.gremlin.process.traversal.step.mapMethods in org.apache.tinkerpop.gremlin.process.traversal.step.map with parameters of type MutableMetrics Modifier and Type Method Description voidProfileTest.MockStep. setMetrics(MutableMetrics parentMetrics)
- 
Uses of MutableMetrics in org.apache.tinkerpop.gremlin.process.traversal.step.utilMethods in org.apache.tinkerpop.gremlin.process.traversal.step.util that return MutableMetrics Modifier and Type Method Description MutableMetricsProfileStep.ProfileBiOperator. apply(MutableMetrics metricsA, MutableMetrics metricsB)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()Optional<MutableMetrics>ProfileStep. getMetrics()ReturnsOptional.empty()if traversal is not iterated or if not locked after strategy application.Methods in org.apache.tinkerpop.gremlin.process.traversal.step.util with parameters of type MutableMetrics Modifier and Type Method Description MutableMetricsProfileStep.ProfileBiOperator. apply(MutableMetrics metricsA, MutableMetrics metricsB)
- 
Uses of MutableMetrics in org.apache.tinkerpop.gremlin.process.traversal.utilMethods in org.apache.tinkerpop.gremlin.process.traversal.util that return MutableMetrics Modifier and Type Method Description MutableMetricsMutableMetrics. clone()MutableMetricsMutableMetrics. getNested(String metricsId)Methods in org.apache.tinkerpop.gremlin.process.traversal.util with parameters of type MutableMetrics Modifier and Type Method Description voidMutableMetrics. addNested(MutableMetrics metrics)voidMutableMetrics. 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.functionMethods in org.apache.tinkerpop.gremlin.util.function that return MutableMetrics Modifier and Type Method Description MutableMetricsMutableMetricsSupplier. get()
 
-