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.Coordinatorfor a previously submittedTask.Task.Subscription.getCoordinator()Obtains theTask.Coordinatorto which theTask.Subscriberis subscribed.default <T> Task.Coordinator<T> Submits theTaskfor execution by theRemoteExecutor.Task.Collectable.submit()Submits theTask.Collectablefor orchestration by aTaskExecutorService.Task.SubscribedOrchestration.submit()Submits theTaskfor orchestration by theTaskExecutorService.