@NotThreadSafe
public final class TaskExecutor
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
TaskExecutor(long jobId,
long taskId,
RunTaskCommand runTaskCommand,
RunTaskContext context,
TaskExecutorManager taskExecutorManager)
Creates a new instance of
TaskExecutor. |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
public TaskExecutor(long jobId,
long taskId,
RunTaskCommand runTaskCommand,
RunTaskContext context,
TaskExecutorManager taskExecutorManager)
TaskExecutor.jobId - the job idtaskId - the task idrunTaskCommand - the run task commandcontext - the context on the workertaskExecutorManager - the task executor managerCopyright © 2022. All Rights Reserved.