Uses of Enum Class
com.oracle.coherence.concurrent.executor.ExecutionStrategy.EvaluationRationale
Packages that use ExecutionStrategy.EvaluationRationale
Package
Description
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.EvaluationRationaleModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ExecutionStrategy.EvaluationRationale.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.oracle.coherence.concurrent.executor with type arguments of type ExecutionStrategy.EvaluationRationaleModifier and TypeMethodDescriptionExecutionStrategy.analyze(ExecutionPlan currentPlan, Map<String, ? extends TaskExecutorService.ExecutorInfo> mapExecutorInfo, EnumSet<ExecutionStrategy.EvaluationRationale> rationales) Analyzes the currentExecutionPlanfor aTask, together with theTaskExecutorService.ExecutorInfoto produce a newExecutionPlan.StandardExecutionStrategy.analyze(ExecutionPlan currentPlan, Map<String, ? extends TaskExecutorService.ExecutorInfo> mapExecutorInfo, EnumSet<ExecutionStrategy.EvaluationRationale> rationales) protected booleanClusteredTaskManager.asyncEvaluateExecutionStrategy(CacheService service, EnumSet<ExecutionStrategy.EvaluationRationale> rationales) Asynchronously evaluate theExecutionStrategyfor theTaskand if necessary, update theExecutionPlanandResultmap.