Package | Description |
---|---|
alluxio.job.meta | |
alluxio.job.wire | |
alluxio.master.job |
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,
java.util.function.Consumer<JobInfo> 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.
|
Modifier and Type | Method and Description |
---|---|
static JobCoordinator |
JobCoordinator.create(CommandManager commandManager,
JobServerContext jobServerContext,
List<WorkerInfo> workerInfoList,
Long jobId,
JobConfig jobConfig,
java.util.function.Consumer<JobInfo> statusChangeCallback)
Creates a new instance of the
JobCoordinator . |
Copyright © 2023. All Rights Reserved.