Uses of Interface
com.oracle.coherence.concurrent.executor.Task.Coordinator
Packages that use Task.Coordinator
Package
Description
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.CoordinatorModifier and TypeMethodDescription<T> Task.Coordinator
<T> Attempts to acquire theTask.Coordinator
for a previously submittedTask
.Task.Subscription.getCoordinator()
Obtains theTask.Coordinator
to which theTask.Subscriber
is subscribed.default <T> Task.Coordinator
<T> Submits theTask
for execution by theRemoteExecutor
.Task.Collectable.submit()
Submits theTask.Collectable
for orchestration by aTaskExecutorService
.Task.SubscribedOrchestration.submit()
Submits theTask
for orchestration by theTaskExecutorService
.