Modifier and Type | Method and Description |
---|---|
R |
PlanDefinition.runTask(T config,
P args,
RunTaskContext runTaskContext)
Runs the task in the executor.
|
Modifier and Type | Method and Description |
---|---|
SerializableVoid |
LoadDefinition.runTask(LoadConfig config,
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 |
---|---|
String |
StressBenchDefinition.runTask(StressBenchConfig config,
ArrayList<String> args,
RunTaskContext runTaskContext) |
Modifier and Type | Method and Description |
---|---|
SerializableVoid |
CompactDefinition.runTask(CompactConfig config,
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 © 2023. All Rights Reserved.