Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy.ProviderOptimizationStrategy
Packages that use TraversalStrategy.ProviderOptimizationStrategy
Package
Description
-
Uses of TraversalStrategy.ProviderOptimizationStrategy in org.apache.tinkerpop.gremlin.gql
Classes in org.apache.tinkerpop.gremlin.gql that implement TraversalStrategy.ProviderOptimizationStrategyModifier and TypeClassDescriptionfinal classTraversalStrategy.ProviderOptimizationStrategythat replaces everyDeclarativeMatchStepin a traversal with a concreteGqlMatchStepbacked by aDefaultGqlPlannerandDefaultGqlExecutor. -
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.ProviderOptimizationStrategyModifier and TypeMethodDescriptionTraversalStrategy.ProviderOptimizationStrategy.getTraversalCategory() -
Uses of TraversalStrategy.ProviderOptimizationStrategy in org.apache.tinkerpop.gremlin.process.traversal.strategy.provider
Classes in org.apache.tinkerpop.gremlin.process.traversal.strategy.provider that implement TraversalStrategy.ProviderOptimizationStrategyModifier and TypeClassDescriptionclassConverts placeholder steps that holdGValueobjects to their concrete implementations. -
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.ProviderOptimizationStrategyModifier and TypeClassDescriptionfinal classThis 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.final classMethods in org.apache.tinkerpop.gremlin.tinkergraph.process.traversal.strategy.optimization that return types with arguments of type TraversalStrategy.ProviderOptimizationStrategyModifier and TypeMethodDescriptionSet<Class<? extends TraversalStrategy.ProviderOptimizationStrategy>>TinkerGraphCountStrategy.applyPost()