Uses of Interface
com.oracle.coherence.concurrent.executor.ExecutionPlan
-
Packages that use ExecutionPlan Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution.com.oracle.coherence.concurrent.executor.function -
-
Uses of ExecutionPlan in com.oracle.coherence.concurrent.executor
Classes in com.oracle.coherence.concurrent.executor that implement ExecutionPlan Modifier and Type Class Description classMutableExecutionPlanA mutable implementation ofExecutionPlan.Fields in com.oracle.coherence.concurrent.executor declared as ExecutionPlan Modifier and Type Field Description protected ExecutionPlanClusteredTaskManager. m_executionPlanThe currentExecutionPlan.protected ExecutionPlanClusteredTaskManager.OptimizeExecutionPlanProcessor. m_executionPlanTheExecutionPlan.protected ExecutionPlanClusteredTaskManager.UpdateExecutionPlanProcessor. m_executionPlanTheExecutionPlan.Methods in com.oracle.coherence.concurrent.executor that return ExecutionPlan Modifier and Type Method Description ExecutionPlanExecutionStrategy. analyze(ExecutionPlan currentPlan, Map<String,? extends TaskExecutorService.ExecutorInfo> mapExecutorInfo, EnumSet<ExecutionStrategy.EvaluationRationale> rationales)Analyzes the currentExecutionPlanfor aTask, together with theTaskExecutorService.ExecutorInfoto produce a newExecutionPlan.ExecutionPlanStandardExecutionStrategy. analyze(ExecutionPlan currentPlan, Map<String,? extends TaskExecutorService.ExecutorInfo> mapExecutorInfo, EnumSet<ExecutionStrategy.EvaluationRationale> rationales)Methods in com.oracle.coherence.concurrent.executor with parameters of type ExecutionPlan Modifier and Type Method Description ExecutionPlanExecutionStrategy. analyze(ExecutionPlan currentPlan, Map<String,? extends TaskExecutorService.ExecutorInfo> mapExecutorInfo, EnumSet<ExecutionStrategy.EvaluationRationale> rationales)Analyzes the currentExecutionPlanfor aTask, together with theTaskExecutorService.ExecutorInfoto produce a newExecutionPlan.ExecutionPlanStandardExecutionStrategy. analyze(ExecutionPlan currentPlan, Map<String,? extends TaskExecutorService.ExecutorInfo> mapExecutorInfo, EnumSet<ExecutionStrategy.EvaluationRationale> rationales)static voidClusteredAssignment. registerAssignments(String sTaskId, ExecutionPlan executionPlan, com.tangosol.net.CacheService service)Process a list of assignments for a task.Constructors in com.oracle.coherence.concurrent.executor with parameters of type ExecutionPlan Constructor Description MutableExecutionPlan(ExecutionPlan executionPlan)Constructs aMutableExecutionPlanbased on anotherExecutionPlan.OptimizeExecutionPlanProcessor(ExecutionPlan executionPlan, int cPendingExecutionPlanOptimizationCount)UpdateExecutionPlanProcessor(ExecutionPlan executionPlan, int cPendingExecutionStrategyUpdateCount) -
Uses of ExecutionPlan in com.oracle.coherence.concurrent.executor.function
Methods in com.oracle.coherence.concurrent.executor.function that return types with arguments of type ExecutionPlan Modifier and Type Method Description static <T> com.tangosol.util.function.Remote.BiPredicate<ExecutionPlan,Map<String,T>>BiPredicates. all(com.tangosol.util.function.Remote.Predicate<? super T> predicate)Obtains aRemote.Predicatethat ensures all results satisfy a specifiedRemote.Predicate.static <T> com.tangosol.util.function.Remote.BiPredicate<ExecutionPlan,Map<String,T>>BiPredicates. any(com.tangosol.util.function.Remote.Predicate<? super T> predicate)Obtains aRemote.Predicatethat ensures any result satisfies a specifiedRemote.Predicate.Methods in com.oracle.coherence.concurrent.executor.function with parameters of type ExecutionPlan Modifier and Type Method Description booleanBiPredicates.AllResultsBiPredicate. test(ExecutionPlan plan, Map<String,T> mapResult)booleanBiPredicates.AnyResultBiPredicate. test(ExecutionPlan plan, Map<String,T> mapResult)
-