JavaScript is disabled on your browser.
Skip navigation links
Java API Reference for Oracle® Coherence Community Edition
(24.09)
Overview
Package
Class
Use
Tree
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH
Package com.oracle.coherence.concurrent.executor.tasks
package
com.oracle.coherence.concurrent.executor.tasks
Task
implementations.
Related Packages
Package
Description
com.oracle.coherence.concurrent.executor
Classes to allow submission of tasks to the grid for execution.
com.oracle.coherence.concurrent.executor.function
Various predicates used by the Executor Service.
com.oracle.coherence.concurrent.executor.management
MBeans for Coherence Concurrent executors.
com.oracle.coherence.concurrent.executor.options
Options used as metadata for executors or during task submission to the grid.
com.oracle.coherence.concurrent.executor.subscribers
Task.Subscriber
implementations.
Classes
Class
Description
CronTask
<T>
A
Task
that can run repeatedly at scheduled time, like a crontab job.
ValueTask
<T>
A
Task
that provides a constant value as a result.