Uses of Class
com.oracle.coherence.concurrent.executor.ExecutionStrategyBuilder
-
Packages that use ExecutionStrategyBuilder Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution. -
-
Uses of ExecutionStrategyBuilder in com.oracle.coherence.concurrent.executor
Fields in com.oracle.coherence.concurrent.executor declared as ExecutionStrategyBuilder Modifier and Type Field Description protected ExecutionStrategyBuilderAbstractOrchestration. m_strategyBuilderTheExecutionStrategyBuilderused to build theExecutionStrategy.Methods in com.oracle.coherence.concurrent.executor that return ExecutionStrategyBuilder Modifier and Type Method Description ExecutionStrategyBuilderExecutionStrategyBuilder. concurrently()Set thisExecutionStrategyBuilderso that createdExecutionStrategys will executeTasks in a concurrent nature.ExecutionStrategyBuilderExecutionStrategyBuilder. filter(com.tangosol.util.function.Remote.Predicate<? super TaskExecutorService.ExecutorInfo> predicate)Limit theExecutionStrategyto use only thoseExecutors that satisfy the specifiedRemote.Predicate.ExecutionStrategyBuilderExecutionStrategyBuilder. limit(int n)Limit theExecutionStrategyto use only the specified number ofExecutors.ExecutionStrategyBuilderExecutionStrategyBuilder. sequentially()Set thisExecutionStrategyBuilderso that createdExecutionStrategys will executeTasks in a sequential nature.
-