Package | Description |
---|---|
alluxio.job.plan | |
alluxio.job.plan.load | |
alluxio.job.plan.migrate | |
alluxio.job.plan.persist | |
alluxio.job.plan.replicate | |
alluxio.job.plan.transform | |
alluxio.worker.job.task |
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,
ArrayList<MigrateCommand> commands,
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 |
---|---|
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.