Interface | Description |
---|---|
Metrics |
Holds metrics data; typically for .profile()-step analysis.
|
TraversalMetrics |
Contains the Metrics gathered for a Traversal as the result of the .profile()-step.
|
Class | Description |
---|---|
AndP<V> | |
ConnectiveP<V> | |
DefaultTraversal<S,E> | |
DefaultTraversalSideEffects | |
DefaultTraversalStrategies | |
DefaultTraversalTest | |
DependantMutableMetrics |
This Metrics class handles a metrics chain in which durations are "double counted" by upstream metrics.
|
EmptyTraversal<S,E> | |
EmptyTraversalSideEffects | |
EmptyTraversalStrategies | |
ImmutableMetrics | |
MutableMetrics | |
OrP<V> | |
SideEffectHelper | |
StandardTraversalMetrics | |
StepPosition | |
TraversalClassFunction<S,E> | |
TraversalExplanation |
A TraversalExplanation takes a
Traversal and, for each registered TraversalStrategy , it creates a mapping reflecting how each strategy alters the traversal. |
TraversalHelper | |
TraversalMatrix<S,E> |
A TraversalMatrix provides random, non-linear access to the steps of a traversal by their step id.
|
TraversalObjectFunction<S,E> | |
TraversalRing<A,B> | |
TraversalScriptFunction<S,E> | |
TraversalScriptHelper | |
TraversalUtil |
Exception | Description |
---|---|
FastNoSuchElementException |
Retrieve a singleton, fast
NoSuchElementException without a stack trace. |
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.