Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.util.Metrics
Packages that use Metrics
Package
Description
-
Uses of Metrics in org.apache.tinkerpop.gremlin.process.traversal.util
Classes in org.apache.tinkerpop.gremlin.process.traversal.util that implement MetricsModifier and TypeClassDescriptionclassAMetricsimplementation that cannot be modified.classAMetricsimplementation that can be modified.Methods in org.apache.tinkerpop.gremlin.process.traversal.util that return MetricsModifier and TypeMethodDescriptionDefaultTraversalMetrics.getMetrics(int index) DefaultTraversalMetrics.getMetrics(String id) TraversalMetrics.getMetrics(int stepIndex) Get an individual Metrics object by the index of the profiled Step.TraversalMetrics.getMetrics(String id) Get an individual Metrics object by the id of the profiled Step.Get a nested Metrics object by Id.Methods in org.apache.tinkerpop.gremlin.process.traversal.util that return types with arguments of type MetricsModifier and TypeMethodDescriptionCollection<? extends Metrics>TraversalMetrics.getMetrics()Gets all the metrics.Collection<? extends Metrics>Metrics.getNested()Get the nested Metrics objects.Constructors in org.apache.tinkerpop.gremlin.process.traversal.util with parameters of type MetricsModifierConstructorDescriptionMutableMetrics(Metrics other) Create aMutableMetricsfrom an immutable one. -
Uses of Metrics in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return MetricsModifier and TypeMethodDescriptionMethods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type MetricsMethod parameters in org.apache.tinkerpop.gremlin.structure.io.gryo with type arguments of type Metrics