Uses of Class
com.oracle.coherence.concurrent.executor.ExecutionStrategy.EvaluationRationale
-
Packages that use ExecutionStrategy.EvaluationRationale Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution. -
-
Uses of ExecutionStrategy.EvaluationRationale in com.oracle.coherence.concurrent.executor
Methods in com.oracle.coherence.concurrent.executor that return ExecutionStrategy.EvaluationRationale Modifier and Type Method Description static ExecutionStrategy.EvaluationRationaleExecutionStrategy.EvaluationRationale. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionStrategy.EvaluationRationale[]ExecutionStrategy.EvaluationRationale. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.oracle.coherence.concurrent.executor with type arguments of type ExecutionStrategy.EvaluationRationale 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)protected booleanClusteredTaskManager. asyncEvaluateExecutionStrategy(com.tangosol.net.CacheService service, EnumSet<ExecutionStrategy.EvaluationRationale> rationales)Asynchronously evaluate theExecutionStrategyfor theTaskand if necessary, update theExecutionPlanandResultmap.
-