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