Class ClusteredTaskCoordinator<T>

java.lang.Object
com.oracle.coherence.concurrent.executor.AbstractTaskCoordinator<T>
com.oracle.coherence.concurrent.executor.ClusteredTaskCoordinator<T>
Type Parameters:
T - the type of the Task result
All Implemented Interfaces:
Task.Coordinator<T>, MapListener, EventListener

public class ClusteredTaskCoordinator<T> extends AbstractTaskCoordinator<T> implements MapListener
An implementation of a Task.Coordinator for Coherence-based implementation.
Since:
21.12
Version:
bo