Package | Description |
---|---|
alluxio.master.job |
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 . |
JobCoordinator |
JobTracker.getCoordinator(long jobId)
Gets a
JobCoordinator associated with the given job Id. |
Modifier and Type | Method and Description |
---|---|
Collection<JobCoordinator> |
JobTracker.coordinators()
A collection of all
JobCoordinator currently tracked by the job master. |
Copyright © 2023. All Rights Reserved.