Uses of Interface
com.oracle.coherence.concurrent.executor.Task
Packages that use Task
Package
Description
Classes to allow submission of tasks to the grid for execution.
Task
implementations.-
Uses of Task in com.oracle.coherence.concurrent.executor
Methods in com.oracle.coherence.concurrent.executor with parameters of type TaskModifier and TypeMethodDescription<T> Task.Orchestration
<T> RemoteExecutor.orchestrate
(Task<T> task) Creates a pendingTask.Orchestration
for aTask
.default <T> Task.Coordinator
<T> Submits theTask
for execution by theRemoteExecutor
. -
Uses of Task in com.oracle.coherence.concurrent.executor.tasks
Classes in com.oracle.coherence.concurrent.executor.tasks that implement TaskModifier and TypeClassDescriptionclass
CronTask<T>
ATask
that can run repeatedly at scheduled time, like a crontab job.class
ValueTask<T>
ATask
that provides a constant value as a result.Fields in com.oracle.coherence.concurrent.executor.tasks declared as TaskModifier and TypeFieldDescriptionCronTask.m_origTask
The originalTask
.CronTask.m_task
The actualTask
.Methods in com.oracle.coherence.concurrent.executor.tasks that return TaskMethods in com.oracle.coherence.concurrent.executor.tasks with parameters of type TaskModifier and TypeMethodDescriptionstatic <T> CronTask
<T> Obtains aCronTask
.static <T> CronTask
<T> Obtains aCronTask
.Constructors in com.oracle.coherence.concurrent.executor.tasks with parameters of type Task