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 interfaceTask.Completable<T,R>ATask.Collectablethat supports performing operations when aTaskorchestration 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.Collectablefor theTaskusing the specifiedTask.Collector, that will collect individual results fromTasks when they are executed with orchestratedExecutors.Task.Collectable<T,R>Task.Collectable. subscribe(Task.Subscriber<? super R> subscriber)Registers the specifiedTask.Subscriberas part of the orchestration of theTask.
-