Package | Description |
---|---|
org.apache.tinkerpop.gremlin.process.traversal.util |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableMetrics |
class |
MutableMetrics |
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() |
Collection<? extends Metrics> |
Metrics.getNested()
Get the nested Metrics objects.
|
Constructor and Description |
---|
MutableMetrics(Metrics other)
Create a
MutableMetrics from an immutable one. |
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.