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 com.oracle.coherence.concurrent.executor.tasks.internal -
-
Uses of Task.Context in com.oracle.coherence.concurrent.executor
Classes in com.oracle.coherence.concurrent.executor that implement Task.Context Modifier and Type Class Description protected classClusteredRegistration.TaskExecutorMethods in com.oracle.coherence.concurrent.executor with parameters of type Task.Context Modifier and Type Method Description BooleanRecoveringTask. execute(Task.Context<Boolean> context)TTask. 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 TCronTask. execute(Task.Context<T> context)TValueTask. execute(Task.Context<T> context) -
Uses of Task.Context in com.oracle.coherence.concurrent.executor.tasks.internal
Methods in com.oracle.coherence.concurrent.executor.tasks.internal with parameters of type Task.Context Modifier and Type Method Description TCallableTask. execute(Task.Context<T> context)BooleanRunnableTask. execute(Task.Context<Boolean> context)TRunnableWithResultTask. execute(Task.Context<T> context)TScheduledCallableTask. execute(Task.Context<T> context)BooleanScheduledRunnableTask. execute(Task.Context<Boolean> context)
-