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.com.oracle.coherence.concurrent.executor.subscribers.internal -
-
Uses of Task.Coordinator in com.oracle.coherence.concurrent.executor
Classes in com.oracle.coherence.concurrent.executor that implement Task.Coordinator Modifier and Type Class Description classAbstractTaskCoordinator<T>A base implementation of aTask.Coordinator.classClusteredTaskCoordinator<T>An implementation of aTask.Coordinatorfor Coherence-based implementation.Methods in com.oracle.coherence.concurrent.executor that return Task.Coordinator Modifier and Type Method Description <R> Task.Coordinator<R>ClusteredExecutorService. acquire(String sTaskId)<R> Task.Coordinator<R>TaskExecutorService. acquire(String taskId)Attempts to acquire theTask.Coordinatorfor a previously submittedTask.Task.Coordinator<T>Task.Subscription. getCoordinator()Obtains theTask.Coordinatorto which theTask.Subscriberis subscribed.Task.Coordinator<T>AbstractOrchestration. submit()protected <T,A,R>
Task.Coordinator<R>ClusteredExecutorService. submit(Task<T> task, String sTaskId, ExecutionStrategy strategy, OptionsByType<Task.Option> optionsByType, Task.Properties properties, Task.Collector<? super T,A,R> collector, com.tangosol.util.function.Remote.Predicate<? super R> completionPredicate, Task.CompletionRunnable<? super R> completionRunnable, Duration retainDuration, Iterator<Task.Subscriber<? super R>> subscribers)Submit aTaskfor execution with the given taskId,ExecutionStrategy,OptionsByType, result collector, completionRemote.Predicate, andTask.Subscriber(s).Task.Coordinator<R>Task.Collectable. submit()Submits theTask.Collectablefor orchestration by aTaskExecutorService.Task.Coordinator<T>Task.SubscribedOrchestration. submit()Submits theTaskfor orchestration by theTaskExecutorService.default <T> Task.Coordinator<T>TaskExecutorService. submit(Task<T> task)Submits theTaskfor execution by theTaskExecutorService. -
Uses of Task.Coordinator in com.oracle.coherence.concurrent.executor.subscribers.internal
Fields in com.oracle.coherence.concurrent.executor.subscribers.internal declared as Task.Coordinator Modifier and Type Field Description protected Task.Coordinator<T>FutureSubscriber. m_coordinatorTask coordinator.Methods in com.oracle.coherence.concurrent.executor.subscribers.internal with parameters of type Task.Coordinator Modifier and Type Method Description voidFutureSubscriber. setCoordinator(Task.Coordinator<T> coordinator)Set the coordinator.
-