| Package | Description |
|---|---|
| alluxio.scheduler.job |
| Modifier and Type | Field and Description |
|---|---|
protected Job |
Task.mMyJob |
| Modifier and Type | Method and Description |
|---|---|
Job<?> |
JobFactory.create() |
Job |
Task.getJob()
Get the job this task belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Job<?>> |
JobMetaStore.getJobs() |
| Modifier and Type | Method and Description |
|---|---|
void |
Task.setJob(Job job)
Set the job.
|
void |
JobMetaStore.updateJob(Job<?> job)
Update existing job in the meta store with the new job.
|
| Constructor and Description |
|---|
Task(Job job,
int taskId)
constructs Task.
|
Copyright © 2024. All Rights Reserved.