Package | Description |
---|---|
org.apache.tinkerpop.gremlin.process.traversal.util | |
org.apache.tinkerpop.gremlin.structure.io.binary.types | |
org.apache.tinkerpop.gremlin.structure.io.gryo |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableMetrics
A
Metrics implementation that cannot be modified. |
class |
MutableMetrics
A
Metrics implementation that can be modified. |
Modifier and Type | Method and Description |
---|---|
Metrics |
TraversalMetrics.getMetrics(int stepIndex)
Get an individual Metrics object by the index of the profiled Step.
|
Metrics |
DefaultTraversalMetrics.getMetrics(int index) |
Metrics |
TraversalMetrics.getMetrics(String id)
Get an individual Metrics object by the id of the profiled Step.
|
Metrics |
DefaultTraversalMetrics.getMetrics(String id) |
Metrics |
Metrics.getNested(String metricsId)
Get a nested Metrics object by Id.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends Metrics> |
TraversalMetrics.getMetrics()
Gets all the metrics.
|
Collection<? extends Metrics> |
Metrics.getNested()
Get the nested Metrics objects.
|
Constructor and Description |
---|
MutableMetrics(Metrics other)
Create a
MutableMetrics from an immutable one. |
Modifier and Type | Method and Description |
---|---|
protected Metrics |
MetricsSerializer.readValue(Buffer buffer,
GraphBinaryReader context) |
Modifier and Type | Method and Description |
---|---|
protected void |
MetricsSerializer.writeValue(Metrics value,
Buffer buffer,
GraphBinaryWriter context) |
Modifier and Type | Method and Description |
---|---|
<I extends InputShim> |
GryoSerializersV3d0.MetricsSerializer.read(KryoShim<I,?> kryo,
I input,
Class<Metrics> clazz) |
Modifier and Type | Method and Description |
---|---|
<O extends OutputShim> |
GryoSerializersV3d0.MetricsSerializer.write(KryoShim<?,O> kryo,
O output,
Metrics object) |
Modifier and Type | Method and Description |
---|---|
<I extends InputShim> |
GryoSerializersV3d0.MetricsSerializer.read(KryoShim<I,?> kryo,
I input,
Class<Metrics> clazz) |
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.