Uses of Interface
com.oracle.coherence.concurrent.executor.Task.Collectable
-
Packages that use Task.Collectable Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution. -
-
Uses of Task.Collectable in com.oracle.coherence.concurrent.executor
Subinterfaces of Task.Collectable in com.oracle.coherence.concurrent.executor Modifier and Type Interface Description static interface
Task.Completable<T,R>
ATask.Collectable
that supports performing operations when aTask
orchestration is complete.Methods in com.oracle.coherence.concurrent.executor that return Task.Collectable Modifier and Type Method Description <R> Task.Collectable<T,R>
Task.Orchestration. collect(Task.Collector<? super T,?,R> collector)
Creates aTask.Collectable
for theTask
using the specifiedTask.Collector
, that will collect individual results fromTask
s when they are executed with orchestratedExecutor
s.Task.Collectable<T,R>
Task.Collectable. subscribe(Task.Subscriber<? super R> subscriber)
Registers the specifiedTask.Subscriber
as part of the orchestration of theTask
.
-