Uses of Interface
com.oracle.coherence.concurrent.executor.TaskExecutorService.ExecutorInfo
-
Packages that use TaskExecutorService.ExecutorInfo 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 TaskExecutorService.ExecutorInfo in com.oracle.coherence.concurrent.executor
Classes in com.oracle.coherence.concurrent.executor that implement TaskExecutorService.ExecutorInfo Modifier and Type Class Description classClusteredExecutorInfoA Coherence-based implementation of aTaskExecutorService.ExecutorInfo.Fields in com.oracle.coherence.concurrent.executor with type parameters of type TaskExecutorService.ExecutorInfo Modifier and Type Field Description protected com.tangosol.util.function.Remote.Predicate<? super TaskExecutorService.ExecutorInfo>ExecutionStrategyBuilder. m_predicateprotected com.tangosol.util.function.Remote.Predicate<? super TaskExecutorService.ExecutorInfo>StandardExecutionStrategy. m_predicateMethod parameters in com.oracle.coherence.concurrent.executor with type arguments of type TaskExecutorService.ExecutorInfo 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)Task.Orchestration<T>AbstractOrchestration. filter(com.tangosol.util.function.Remote.Predicate<? super TaskExecutorService.ExecutorInfo> predicate)ExecutionStrategyBuilderExecutionStrategyBuilder. filter(com.tangosol.util.function.Remote.Predicate<? super TaskExecutorService.ExecutorInfo> predicate)Limit theExecutionStrategyto use only thoseExecutors that satisfy the specifiedRemote.Predicate.Task.Orchestration<T>Task.Orchestration. filter(com.tangosol.util.function.Remote.Predicate<? super TaskExecutorService.ExecutorInfo> predicate)Limit theExecutors to only those that satisfy the specifiedRemote.Predicate.Constructor parameters in com.oracle.coherence.concurrent.executor with type arguments of type TaskExecutorService.ExecutorInfo Constructor Description StandardExecutionStrategy(int cDesiredExecutors, com.tangosol.util.function.Remote.Predicate<? super TaskExecutorService.ExecutorInfo> predicate, boolean fConcurrentExecution)Constructs aStandardExecutionStrategy. -
Uses of TaskExecutorService.ExecutorInfo in com.oracle.coherence.concurrent.executor.function
Methods in com.oracle.coherence.concurrent.executor.function that return types with arguments of type TaskExecutorService.ExecutorInfo Modifier and Type Method Description static com.tangosol.util.function.Remote.Predicate<TaskExecutorService.ExecutorInfo>Predicates. has(TaskExecutorService.Registration.Option option)Obtains aRemote.PredicateforTaskExecutorService.ExecutorInfoto determine if a specificTaskExecutorService.Registration.Optionis defined.static com.tangosol.util.function.Remote.Predicate<TaskExecutorService.ExecutorInfo>Predicates. role(String pattern)Methods in com.oracle.coherence.concurrent.executor.function with parameters of type TaskExecutorService.ExecutorInfo Modifier and Type Method Description booleanPredicates.OptionPredicate. test(TaskExecutorService.ExecutorInfo executorInfo)booleanPredicates.RolePredicate. test(TaskExecutorService.ExecutorInfo executorInfo)
-