Package | Description |
---|---|
alluxio.job | |
alluxio.job.composite | |
alluxio.job.load | |
alluxio.job.migrate | |
alluxio.job.persist | |
alluxio.job.replicate | |
alluxio.job.transform | |
alluxio.worker.job.task |
Modifier and Type | Method and Description |
---|---|
R |
JobDefinition.runTask(T config,
P args,
RunTaskContext runTaskContext)
Runs the task in the executor.
|
Modifier and Type | Method and Description |
---|---|
SerializableVoid |
CompositeDefinition.runTask(CompositeConfig config,
ArrayList<CompositeTask> tasks,
RunTaskContext context) |
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,
int taskId,
JobConfig jobConfig,
Serializable taskArgs,
RunTaskContext context)
Executes the given task.
|
Constructor and Description |
---|
TaskExecutor(long jobId,
int taskId,
JobConfig jobConfig,
Serializable taskArgs,
RunTaskContext context,
TaskExecutorManager taskExecutorManager)
Creates a new instance of
TaskExecutor . |
Copyright © 2023. All Rights Reserved.