Uses of Interface
com.oracle.coherence.concurrent.executor.Task.Context
-
Packages that use Task.Context Package Description com.oracle.coherence.concurrent.executor Classes to allow submission of tasks to the grid for execution.com.oracle.coherence.concurrent.executor.tasks Task
implementations. -
-
Uses of Task.Context in com.oracle.coherence.concurrent.executor
Methods in com.oracle.coherence.concurrent.executor with parameters of type Task.Context Modifier and Type Method Description T
Task. execute(Task.Context<T> context)
Executes theTask
. -
Uses of Task.Context in com.oracle.coherence.concurrent.executor.tasks
Methods in com.oracle.coherence.concurrent.executor.tasks with parameters of type Task.Context Modifier and Type Method Description T
CronTask. execute(Task.Context<T> context)
T
ValueTask. execute(Task.Context<T> context)
-