| Modifier and Type | Method and Description | 
|---|---|
| void | Profiling. setMetrics(MutableMetrics metrics) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ProfileTest.MockStep. setMetrics(MutableMetrics parentMetrics) | 
| Modifier and Type | Method and Description | 
|---|---|
| MutableMetrics | ProfileStep.ProfileBiOperator. apply(MutableMetrics metricsA,
     MutableMetrics metricsB) | 
| Modifier and Type | Method and Description | 
|---|---|
| MemoryComputeKey<MutableMetrics> | ProfileStep. getMemoryComputeKey() | 
| Optional<MutableMetrics> | ProfileStep. getMetrics()Returns  Optional.empty()if traversal is not iterated or if not locked after strategy application. | 
| Modifier and Type | Method and Description | 
|---|---|
| MutableMetrics | ProfileStep.ProfileBiOperator. apply(MutableMetrics metricsA,
     MutableMetrics metricsB) | 
| Modifier and Type | Method and Description | 
|---|---|
| MutableMetrics | MutableMetrics. clone() | 
| MutableMetrics | MutableMetrics. getNested(String metricsId) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MutableMetrics. addNested(MutableMetrics metrics) | 
| void | MutableMetrics. aggregate(MutableMetrics other)Aggregate one set of metrics into the current body of metrics. | 
| Constructor and Description | 
|---|
| DefaultTraversalMetrics(long totalStepDurationNs,
                       List<MutableMetrics> orderedMetrics)This is only a convenient constructor needed for GraphSON deserialization. | 
| Modifier and Type | Method and Description | 
|---|---|
| MutableMetrics | MutableMetricsSupplier. get() | 
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.