| Modifier and Type | Method and Description |
|---|---|
SerializableVoid |
NoopPlanDefinition.runTask(NoopPlanConfig config,
SerializableVoid args,
RunTaskContext runTaskContext) |
R |
PlanDefinition.runTask(T config,
P args,
RunTaskContext runTaskContext)
Runs the task in the executor.
|
| Modifier and Type | Method and Description |
|---|---|
SerializableVoid |
BatchedJobDefinition.runTask(BatchedJobConfig config,
BatchedJobDefinition.BatchedJobTask task,
RunTaskContext context) |
| Modifier and Type | Method and Description |
|---|---|
SerializableVoid |
LoadDefinition.runTask(LoadConfig config,
java.util.ArrayList<LoadDefinition.LoadTask> tasks,
RunTaskContext context) |
| Modifier and Type | Method and Description |
|---|---|
SerializableVoid |
MigrateDefinition.runTask(MigrateConfig config,
MigrateCommand command,
RunTaskContext context)
Runs the task in the executor.
|
| Modifier and Type | Method and Description |
|---|---|
SerializableVoid |
PersistDefinition.runTask(PersistConfig config,
SerializableVoid args,
RunTaskContext context) |
| Modifier and Type | Method and Description |
|---|---|
SerializableVoid |
EvictDefinition.runTask(EvictConfig config,
SerializableVoid args,
RunTaskContext context)
Runs the task in the executor.
|
SerializableVoid |
MoveDefinition.runTask(MoveConfig config,
SerializableVoid args,
RunTaskContext context)
Runs the task in the executor.
|
SerializableVoid |
ReplicateDefinition.runTask(ReplicateConfig config,
SerializableVoid arg,
RunTaskContext context)
Runs the task in the executor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
StressBenchDefinition.runTask(StressBenchConfig config,
java.util.ArrayList<java.lang.String> args,
RunTaskContext runTaskContext) |
| Modifier and Type | Method and Description |
|---|---|
SerializableVoid |
CompactDefinition.runTask(CompactConfig config,
java.util.ArrayList<CompactTask> tasks,
RunTaskContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskExecutorManager.executeTask(long jobId,
long taskId,
RunTaskCommand runTaskCommand,
RunTaskContext context)
Executes the given task.
|
| Constructor and Description |
|---|
TaskExecutor(long jobId,
long taskId,
RunTaskCommand runTaskCommand,
RunTaskContext context,
TaskExecutorManager taskExecutorManager)
Creates a new instance of
TaskExecutor. |
Copyright © 2022. All Rights Reserved.