Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy.ProviderOptimizationStrategy
-
-
Uses of TraversalStrategy.ProviderOptimizationStrategy in org.apache.tinkerpop.gremlin.process.traversal
Methods in org.apache.tinkerpop.gremlin.process.traversal that return types with arguments of type TraversalStrategy.ProviderOptimizationStrategy Modifier and Type Method Description default Class<TraversalStrategy.ProviderOptimizationStrategy>
TraversalStrategy.ProviderOptimizationStrategy. getTraversalCategory()
-
Uses of TraversalStrategy.ProviderOptimizationStrategy in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.strategy.optimization
Classes in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.strategy.optimization that implement TraversalStrategy.ProviderOptimizationStrategy Modifier and Type Class Description class
TinkerGraphCountStrategy
This strategy will do a graph size call if the traversal is a count of the vertices and edges of the graph or a one-to-one map chain thereof.class
TinkerGraphStepStrategy
Methods in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.strategy.optimization that return types with arguments of type TraversalStrategy.ProviderOptimizationStrategy Modifier and Type Method Description Set<Class<? extends TraversalStrategy.ProviderOptimizationStrategy>>
TinkerGraphCountStrategy. applyPost()
-