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.Orchestrationfor aTask.default <T> Task.Coordinator<T> Submits theTaskfor 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 TypeClassDescriptionclassCronTask<T>ATaskthat can run repeatedly at scheduled time, like a crontab job.classValueTask<T>ATaskthat provides a constant value as a result.Fields in com.oracle.coherence.concurrent.executor.tasks declared as TaskModifier and TypeFieldDescriptionCronTask.m_origTaskThe originalTask.CronTask.m_taskThe actualTask.Methods in com.oracle.coherence.concurrent.executor.tasks that return TaskMethods in com.oracle.coherence.concurrent.executor.tasks with parameters of type TaskConstructors in com.oracle.coherence.concurrent.executor.tasks with parameters of type Task