Package | Description |
---|---|
org.apache.tinkerpop.gremlin.process.traversal.util |
Modifier and Type | Class and Description |
---|---|
class |
DependantMutableMetrics
This Metrics class handles a metrics chain in which durations are "double counted" by upstream metrics.
|
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 |
StandardTraversalMetrics.getMetrics(int index) |
Metrics |
TraversalMetrics.getMetrics(String id)
Get an individual Metrics object by the id of the profiled Step.
|
Metrics |
StandardTraversalMetrics.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.
|
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.