| Package | Description |
|---|---|
| alluxio.job | |
| alluxio.job.wire |
| 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 |
|---|---|
java.util.List<JobInfo> |
TaskInfo.getChildren() |
java.util.List<JobInfo> |
PlanInfo.getChildren() |
java.util.List<JobInfo> |
JobInfo.getChildren() |
java.util.List<JobInfo> |
WorkflowInfo.getChildren() |
java.util.List<JobInfo> |
JobServiceSummary.getLongestRunning() |
java.util.List<JobInfo> |
JobServiceSummary.getRecentActivities() |
java.util.List<JobInfo> |
JobServiceSummary.getRecentFailures() |
| Constructor and Description |
|---|
JobServiceSummary(java.util.List<JobInfo> jobInfos)
Constructs a new instance of
JobServiceSummary from a
collection of JobInfo it possesses. |
WorkflowInfo(long id,
java.lang.String name,
Status status,
long lastUpdated,
java.lang.String errorType,
java.lang.String errorMessage,
java.util.List<JobInfo> children)
Default constructor.
|
Copyright © 2022. All Rights Reserved.