Uses of Interface
com.oracle.coherence.concurrent.executor.Task.Coordinator
-
Packages that use Task.Coordinator Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution. -
-
Uses of Task.Coordinator in com.oracle.coherence.concurrent.executor
Methods in com.oracle.coherence.concurrent.executor that return Task.Coordinator Modifier and Type Method Description <T> Task.Coordinator<T>
RemoteExecutor. acquire(String taskId)
Attempts to acquire theTask.Coordinator
for a previously submittedTask
.Task.Coordinator<T>
Task.Subscription. getCoordinator()
Obtains theTask.Coordinator
to which theTask.Subscriber
is subscribed.default <T> Task.Coordinator<T>
RemoteExecutor. submit(Task<T> task)
Submits theTask
for execution by theRemoteExecutor
.Task.Coordinator<R>
Task.Collectable. submit()
Submits theTask.Collectable
for orchestration by aTaskExecutorService
.Task.Coordinator<T>
Task.SubscribedOrchestration. submit()
Submits theTask
for orchestration by theTaskExecutorService
.
-