Uses of Enum Class
com.loomcache.server.query.QueryOptimizer.OptimizedQueryPlan.ExecutionStrategy
Packages that use QueryOptimizer.OptimizedQueryPlan.ExecutionStrategy
-
Uses of QueryOptimizer.OptimizedQueryPlan.ExecutionStrategy in com.loomcache.server.query
Subclasses with type arguments of type QueryOptimizer.OptimizedQueryPlan.ExecutionStrategy in com.loomcache.server.queryMethods in com.loomcache.server.query that return QueryOptimizer.OptimizedQueryPlan.ExecutionStrategyModifier and TypeMethodDescriptionQueryOptimizer.OptimizedQueryPlan.getExecutionStrategy()Returns the enum constant of this class with the specified name.QueryOptimizer.OptimizedQueryPlan.ExecutionStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.loomcache.server.query with parameters of type QueryOptimizer.OptimizedQueryPlan.ExecutionStrategyModifierConstructorDescriptionOptimizedQueryPlan(QueryPlan originalPlan, List<String> appliedOptimizations, QueryOptimizer.CostEstimate estimate, QueryOptimizer.OptimizedQueryPlan.ExecutionStrategy strategy)