Package | Description |
---|---|
alluxio.client.job | |
alluxio.job | |
alluxio.job.wire | |
alluxio.master.job |
Modifier and Type | Method and Description |
---|---|
JobInfo |
RetryHandlingJobMasterClient.getJobStatus(long id) |
JobInfo |
JobMasterClient.getJobStatus(long id)
Gets the status of the given job id.
|
Modifier and Type | Method and Description |
---|---|
List<JobInfo> |
RetryHandlingJobMasterClient.listDetailed() |
List<JobInfo> |
JobMasterClient.listDetailed() |
Modifier and Type | Method and Description |
---|---|
static JobInfo |
ProtoUtils.fromProto(JobInfo jobInfo) |
Modifier and Type | Class and Description |
---|---|
class |
PlanInfo
The plan description.
|
class |
TaskInfo
The task description.
|
class |
WorkflowInfo
The workflow description.
|
Modifier and Type | Method and Description |
---|---|
List<JobInfo> |
PlanInfo.getChildren() |
List<JobInfo> |
WorkflowInfo.getChildren() |
List<JobInfo> |
TaskInfo.getChildren() |
List<JobInfo> |
JobInfo.getChildren() |
List<JobInfo> |
JobServiceSummary.getLongestRunning() |
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. |
WorkflowInfo(long id,
String name,
Status status,
long lastUpdated,
String errorMessage,
List<JobInfo> children)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
JobInfo |
JobMaster.getStatus(long jobId)
Gets information of the given job id.
|
Modifier and Type | Method and Description |
---|---|
List<JobInfo> |
JobMaster.listDetailed() |
Copyright © 2023. All Rights Reserved.