Class NamedClusteredExecutorService.NamedOrchestration<T>
- java.lang.Object
-
- com.oracle.coherence.concurrent.executor.AbstractOrchestration<T,ClusteredExecutorService>
-
- com.oracle.coherence.concurrent.executor.ClusteredOrchestration<T>
-
- com.oracle.coherence.concurrent.executor.NamedClusteredExecutorService.NamedOrchestration<T>
-
- Type Parameters:
T- the type of result produced by theTask
- All Implemented Interfaces:
Task.Orchestration<T>,Task.SubscribedOrchestration<T>
- Enclosing class:
- NamedClusteredExecutorService
protected static class NamedClusteredExecutorService.NamedOrchestration<T> extends ClusteredOrchestration<T>
ClusteredOrchestrationextension that orchestrates only to executors associated with the givenname.
-
-
Field Summary
-
Fields inherited from class com.oracle.coherence.concurrent.executor.AbstractOrchestration
m_optionsByType, m_properties, m_retainDuration, m_setSubscribers, m_sTaskId, m_strategy, m_strategyBuilder, m_task, m_taskExecutorService
-
-
Constructor Summary
Constructors Constructor Description NamedOrchestration(ClusteredExecutorService clusteredExecutorService, Name name, Task<T> task)
-
Method Summary
-
Methods inherited from class com.oracle.coherence.concurrent.executor.ClusteredOrchestration
collect, collect
-
Methods inherited from class com.oracle.coherence.concurrent.executor.AbstractOrchestration
as, concurrently, define, filter, getAssignmentStrategy, getOptionsByType, getProperties, getPropertiesSupplier, getRetainDuration, getTask, getTaskExecutorService, getTaskId, limit, retain, sequentially, submit, subscribe, with
-
-
-
-
Constructor Detail
-
NamedOrchestration
public NamedOrchestration(ClusteredExecutorService clusteredExecutorService, Name name, Task<T> task)
-
-