Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy.ProviderOptimizationStrategy
- 
- 
Uses of TraversalStrategy.ProviderOptimizationStrategy in org.apache.tinkerpop.gremlin.process.traversalMethods 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.process.traversal.strategy.providerClasses in org.apache.tinkerpop.gremlin.process.traversal.strategy.provider that implement TraversalStrategy.ProviderOptimizationStrategy Modifier and Type Class Description classProviderGValueReductionStrategyConverts placeholder steps that holdGValueobjects to their concrete implementations.
- 
Uses of TraversalStrategy.ProviderOptimizationStrategy in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.strategy.optimizationClasses in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.strategy.optimization that implement TraversalStrategy.ProviderOptimizationStrategy Modifier and Type Class Description classTinkerGraphCountStrategyThis 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.classTinkerGraphStepStrategyMethods 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()
 
-