| Package | Description |
|---|---|
| alluxio.job.plan.meta | |
| alluxio.job.wire |
| Modifier and Type | Method and Description |
|---|---|
int |
PlanInfo.compareTo(PlanInfo other)
This method orders jobs using the time their status was last modified.
|
| Constructor and Description |
|---|
PlanInfo(long id,
JobConfig jobConfig,
java.util.function.Consumer<PlanInfo> statusChangeCallback)
Creates a new instance of
PlanInfo. |
| Constructor and Description |
|---|
PlanInfo(PlanInfo planInfo,
boolean verbose)
Constructs the plan info from the job master's internal representation of job info.
|
Copyright © 2020. All Rights Reserved.