| Modifier and Type | Method and Description |
|---|---|
default Traversal<S,TraversalMetrics> |
Traversal.profile()
Profile the traversal.
|
| Modifier and Type | Method and Description |
|---|---|
default GraphTraversal<S,TraversalMetrics> |
GraphTraversal.profile()
Allows developers to examine statistical information about a traversal providing data like execution times,
counts, etc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTraversalMetrics
Default implementation for
TraversalMetrics that aggregates ImmutableMetrics instances from a
Traversal. |
| Modifier and Type | Method and Description |
|---|---|
protected TraversalMetrics |
TraversalMetricsSerializer.readValue(Buffer buffer,
GraphBinaryReader context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TraversalMetricsSerializer.writeValue(TraversalMetrics value,
Buffer buffer,
GraphBinaryWriter context) |
| Modifier and Type | Method and Description |
|---|---|
<I extends InputShim> |
GryoSerializersV3d0.TraversalMetricsSerializer.read(KryoShim<I,?> kryo,
I input,
Class<TraversalMetrics> clazz) |
| Modifier and Type | Method and Description |
|---|---|
<O extends OutputShim> |
GryoSerializersV3d0.TraversalMetricsSerializer.write(KryoShim<?,O> kryo,
O output,
TraversalMetrics object) |
| Modifier and Type | Method and Description |
|---|---|
<I extends InputShim> |
GryoSerializersV3d0.TraversalMetricsSerializer.read(KryoShim<I,?> kryo,
I input,
Class<TraversalMetrics> clazz) |
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.