Uses of Interface
com.oracle.coherence.concurrent.executor.Task.Option
-
Packages that use Task.Option Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution.com.oracle.coherence.concurrent.executor.options -
-
Uses of Task.Option in com.oracle.coherence.concurrent.executor
Fields in com.oracle.coherence.concurrent.executor with type parameters of type Task.Option Modifier and Type Field Description protected OptionsByType<Task.Option>AbstractOrchestration. m_optionsByTypeTheTask.Options forTask.Orchestration.Methods in com.oracle.coherence.concurrent.executor that return types with arguments of type Task.Option Modifier and Type Method Description OptionsByType<Task.Option>AbstractOrchestration. getOptionsByType()Obtains theOptionsByTypefor theTaskorchestration.Methods in com.oracle.coherence.concurrent.executor with parameters of type Task.Option Modifier and Type Method Description Task.Orchestration<T>AbstractOrchestration. with(Task.Option... options)Task.Orchestration<T>Task.Orchestration. with(Task.Option... options)Sets theTask.Options for orchestration.Method parameters in com.oracle.coherence.concurrent.executor with type arguments of type Task.Option Modifier and Type Method Description protected <T,A,R>
Task.Coordinator<R>ClusteredExecutorService. submit(Task<T> task, String sTaskId, ExecutionStrategy strategy, OptionsByType<Task.Option> optionsByType, Task.Properties properties, Task.Collector<? super T,A,R> collector, com.tangosol.util.function.Remote.Predicate<? super R> completionPredicate, Task.CompletionRunnable<? super R> completionRunnable, Duration retainDuration, Iterator<Task.Subscriber<? super R>> subscribers)Submit aTaskfor execution with the given taskId,ExecutionStrategy,OptionsByType, result collector, completionRemote.Predicate, andTask.Subscriber(s).Constructor parameters in com.oracle.coherence.concurrent.executor with type arguments of type Task.Option Constructor Description ClusteredTaskManager(String sTaskId, Task<T> task, ExecutionStrategy executionStrategy, Task.Collector<? super T,A,R> collector, com.tangosol.util.function.Remote.Predicate<? super R> completionPredicate, Task.CompletionRunnable<? super R> completionRunnable, Duration retainDuration, OptionsByType<Task.Option> optionsByType)Constructs aClusteredTaskManagerfor the specifiedTask. -
Uses of Task.Option in com.oracle.coherence.concurrent.executor.options
Classes in com.oracle.coherence.concurrent.executor.options that implement Task.Option Modifier and Type Class Description classDebugging
-