Modifier and Type | Class and Description |
---|---|
class |
VertexProgramStrategy |
Modifier and Type | Class and Description |
---|---|
class |
RemoteStrategy
Reconstructs a
Traversal by appending a RemoteStep to its end. |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends TraversalStrategy.DecorationStrategy>> |
RemoteStrategy.applyPost() |
Modifier and Type | Method and Description |
---|---|
default Class<TraversalStrategy.DecorationStrategy> |
TraversalStrategy.DecorationStrategy.getTraversalCategory() |
Modifier and Type | Class and Description |
---|---|
class |
ConnectiveStrategy
|
class |
ElementIdStrategy
Provides a degree of control over element identifier assignment as some graphs don't provide that feature.
|
class |
EventStrategy
A strategy that raises events when
Mutating steps are encountered and successfully executed. |
class |
HaltedTraverserStrategy |
class |
OptionsStrategy
This strategy will not alter the traversal.
|
class |
PartitionStrategy
PartitionStrategy partitions the vertices, edges and vertex properties of a graph into String named
partitions (i.e. |
class |
RequirementsStrategy |
class |
SackStrategy
The
SackStrategy is used internal to the withSack() steps of TraversalSource and is not
typically constructed directly. |
class |
SeedStrategy
A strategy that resets the specified
seed value for Seedable steps, which in turn will produce
deterministic results from those steps. |
class |
SideEffectStrategy |
class |
SubgraphStrategy
This
TraversalStrategy provides a way to limit the view of a Traversal . |
class |
TranslationStrategy |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends TraversalStrategy.DecorationStrategy>> |
RequirementsStrategy.applyPost() |
Set<Class<? extends TraversalStrategy.DecorationStrategy>> |
SubgraphStrategy.applyPost() |
Set<Class<? extends TraversalStrategy.DecorationStrategy>> |
TranslationStrategy.applyPost() |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.