Uses of Class
com.oracle.coherence.concurrent.executor.AbstractCollector
-
Packages that use AbstractCollector Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution. -
-
Uses of AbstractCollector in com.oracle.coherence.concurrent.executor
Subclasses of AbstractCollector in com.oracle.coherence.concurrent.executor Modifier and Type Class Description static classTaskCollectors.CountCollector<T>ATask.Collectorthat counts the number of results are present.static classTaskCollectors.LastOfCollector<T>ATask.Collectorthat collects and returns the last contributed result.
-