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.Classes in com.oracle.coherence.concurrent.executor that implement Task.Collectable Modifier and Type Class Description classAbstractCollectable<T,R,O extends AbstractOrchestration<T,?>>A base implementation of aTask.CollectableandTask.Completable.Methods in com.oracle.coherence.concurrent.executor that return Task.Collectable Modifier and Type Method Description protected abstract Task.Collectable<T,T>AbstractOrchestration. collect()Obtain aTask.Collectableusing the default collection mechanism.protected Task.Collectable<T,T>ClusteredOrchestration. collect()<R> Task.Collectable<T,R>ClusteredOrchestration. collect(Task.Collector<? super T,?,R> collector)<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>AbstractCollectable. subscribe(Task.Subscriber<? super R> subscriber)Task.Collectable<T,R>Task.Collectable. subscribe(Task.Subscriber<? super R> subscriber)Registers the specifiedTask.Subscriberas part of the orchestration of theTask.
-