Package | Description |
---|---|
alluxio.client.job | |
alluxio.job.wire | |
alluxio.master.job |
Modifier and Type | Method and Description |
---|---|
JobInfo |
RetryHandlingJobMasterClient.getStatus(long jobId) |
JobInfo |
JobMasterClient.getStatus(long id)
Gets the status of the given job.
|
Modifier and Type | Method and Description |
---|---|
List<JobInfo> |
JobServiceSummary.getRecentActivities() |
List<JobInfo> |
JobServiceSummary.getRecentFailures() |
Constructor and Description |
---|
JobServiceSummary(List<JobInfo> jobInfos)
Constructs a new instance of
JobServiceSummary from a
collection of JobInfo it possesses. |
Modifier and Type | Method and Description |
---|---|
JobInfo |
JobCoordinator.getJobInfoWire() |
JobInfo |
JobMaster.getStatus(long jobId)
Gets information of the given job id.
|
Copyright © 2023. All Rights Reserved.