Uses of Interface
com.oracle.coherence.concurrent.executor.Task.Collectable
Packages that use Task.Collectable
Package
Description
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.executorModifier and TypeInterfaceDescriptionstatic 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.CollectableModifier and TypeMethodDescription<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.subscribe
(Task.Subscriber<? super R> subscriber) Registers the specifiedTask.Subscriber
as part of the orchestration of theTask
.