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 Remote.Predicate<? super TaskExecutorService.ExecutorInfo>ExecutionStrategyBuilder. m_predicateprotected Remote.Predicate<? super TaskExecutorService.ExecutorInfo>StandardExecutionStrategy. m_predicateConstructor parameters in com.oracle.coherence.concurrent.executor with type arguments of type TaskExecutorService.ExecutorInfo Constructor Description StandardExecutionStrategy(int cDesiredExecutors, 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 Remote.Predicate<TaskExecutorService.ExecutorInfo>Predicates. has(TaskExecutorService.Registration.Option option)Obtains aRemote.PredicateforTaskExecutorService.ExecutorInfoto determine if a specificTaskExecutorService.Registration.Optionis defined.static 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)
-