| Package | Description |
|---|---|
| alluxio.job.meta | |
| alluxio.job.wire |
| Modifier and Type | Method and Description |
|---|---|
int |
JobInfo.compareTo(JobInfo other)
This method orders jobs using the time their status was last modified.
|
| Constructor and Description |
|---|
JobInfo(long id,
JobConfig jobConfig,
com.google.common.base.Function<JobInfo,java.lang.Void> statusChangeCallback)
Creates a new instance of
JobInfo. |
| Constructor and Description |
|---|
JobInfo(JobInfo jobInfo)
Constructs the job info from the job master's internal representation of job info.
|
Copyright © 2019. All Rights Reserved.