Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.util.Metrics
-
Packages that use Metrics Package Description org.apache.tinkerpop.gremlin.process.traversal.util org.apache.tinkerpop.gremlin.structure.io.binary.types org.apache.tinkerpop.gremlin.structure.io.gryo -
-
Uses of Metrics in org.apache.tinkerpop.gremlin.process.traversal.util
Classes in org.apache.tinkerpop.gremlin.process.traversal.util that implement Metrics Modifier and Type Class Description class
ImmutableMetrics
AMetrics
implementation that cannot be modified.class
MutableMetrics
AMetrics
implementation that can be modified.Methods in org.apache.tinkerpop.gremlin.process.traversal.util that return Metrics Modifier and Type Method Description Metrics
DefaultTraversalMetrics. getMetrics(int index)
Metrics
DefaultTraversalMetrics. getMetrics(String id)
Metrics
TraversalMetrics. getMetrics(int stepIndex)
Get an individual Metrics object by the index of the profiled Step.Metrics
TraversalMetrics. getMetrics(String id)
Get an individual Metrics object by the id of the profiled Step.Metrics
Metrics. getNested(String metricsId)
Get a nested Metrics object by Id.Methods in org.apache.tinkerpop.gremlin.process.traversal.util that return types with arguments of type Metrics Modifier and Type Method Description Collection<? 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 Metrics Constructor Description MutableMetrics(Metrics other)
Create aMutableMetrics
from an immutable one. -
Uses of Metrics in org.apache.tinkerpop.gremlin.structure.io.binary.types
Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types that return Metrics Modifier and Type Method Description protected Metrics
MetricsSerializer. readValue(Buffer buffer, GraphBinaryReader context)
Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types with parameters of type Metrics Modifier and Type Method Description protected void
MetricsSerializer. writeValue(Metrics value, Buffer buffer, GraphBinaryWriter context)
-
Uses of Metrics in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo that return Metrics Modifier and Type Method Description <I extends InputShim>
MetricsGryoSerializersV3.MetricsSerializer. read(KryoShim<I,?> kryo, I input, Class<Metrics> clazz)
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type Metrics Modifier and Type Method Description <O extends OutputShim>
voidGryoSerializersV3.MetricsSerializer. write(KryoShim<?,O> kryo, O output, Metrics object)
Method parameters in org.apache.tinkerpop.gremlin.structure.io.gryo with type arguments of type Metrics Modifier and Type Method Description <I extends InputShim>
MetricsGryoSerializersV3.MetricsSerializer. read(KryoShim<I,?> kryo, I input, Class<Metrics> clazz)
-