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