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 Options used as metadata for executors or during task submission to the grid. -
-
Uses of Task.Option in com.oracle.coherence.concurrent.executor
Methods in com.oracle.coherence.concurrent.executor with parameters of type Task.Option Modifier and Type Method Description Task.Orchestration<T>
Task.Orchestration. with(Task.Option... options)
Sets theTask.Option
s for orchestration. -
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 class
Debugging
-