Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy.DecorationStrategy
-
-
Uses of TraversalStrategy.DecorationStrategy in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration
Classes in org.apache.tinkerpop.gremlin.process.computer.traversal.strategy.decoration that implement TraversalStrategy.DecorationStrategy Modifier and Type Class Description classVertexProgramStrategy -
Uses of TraversalStrategy.DecorationStrategy in org.apache.tinkerpop.gremlin.process.remote.traversal.strategy.decoration
Classes in org.apache.tinkerpop.gremlin.process.remote.traversal.strategy.decoration that implement TraversalStrategy.DecorationStrategy Modifier and Type Class Description classRemoteStrategyReconstructs aTraversalby appending aRemoteStepto its end.Methods in org.apache.tinkerpop.gremlin.process.remote.traversal.strategy.decoration that return types with arguments of type TraversalStrategy.DecorationStrategy Modifier and Type Method Description Set<Class<? extends TraversalStrategy.DecorationStrategy>>RemoteStrategy. applyPost() -
Uses of TraversalStrategy.DecorationStrategy in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal that return types with arguments of type TraversalStrategy.DecorationStrategy Modifier and Type Method Description default Class<TraversalStrategy.DecorationStrategy>TraversalStrategy.DecorationStrategy. getTraversalCategory() -
Uses of TraversalStrategy.DecorationStrategy in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
Classes in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration that implement TraversalStrategy.DecorationStrategy Modifier and Type Class Description classConnectiveStrategyclassElementIdStrategyProvides a degree of control over element identifier assignment as some graphs don't provide that feature.classEventStrategyA strategy that raises events whenMutatingsteps are encountered and successfully executed.classHaltedTraverserStrategyclassOptionsStrategyThis strategy will not alter the traversal.classPartitionStrategyPartitionStrategypartitions the vertices, edges and vertex properties of a graph into String named partitions (i.e.classRequirementsStrategyclassSackStrategyTheSackStrategyis used internal to thewithSack()steps ofTraversalSourceand is not typically constructed directly.classSeedStrategyA strategy that resets the specifiedseedvalue forSeedablesteps, which in turn will produce deterministic results from those steps.classSideEffectStrategyclassSubgraphStrategyThisTraversalStrategyprovides a way to limit the view of aTraversal.classTranslationStrategyMethods in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration that return types with arguments of type TraversalStrategy.DecorationStrategy Modifier and Type Method Description Set<Class<? extends TraversalStrategy.DecorationStrategy>>RequirementsStrategy. applyPost()Set<Class<? extends TraversalStrategy.DecorationStrategy>>SubgraphStrategy. applyPost()Set<Class<? extends TraversalStrategy.DecorationStrategy>>TranslationStrategy. applyPost()
-