Uses of Interface
alluxio.job.wire.JobInfo
-
Packages that use JobInfo Package Description alluxio.job alluxio.job.wire -
-
Uses of JobInfo in alluxio.job
Methods in alluxio.job that return JobInfo Modifier and Type Method Description static JobInfoProtoUtils. fromProto(alluxio.grpc.JobInfo jobInfo) -
Uses of JobInfo in alluxio.job.wire
Classes in alluxio.job.wire that implement JobInfo Modifier and Type Class Description classPlanInfoThe plan description.classTaskInfoThe task description.classWorkflowInfoThe workflow description.Methods in alluxio.job.wire that return types with arguments of type JobInfo Modifier and Type Method Description java.util.List<JobInfo>JobInfo. getChildren()java.util.List<JobInfo>PlanInfo. getChildren()java.util.List<JobInfo>TaskInfo. 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 parameters in alluxio.job.wire with type arguments of type JobInfo Constructor Description JobServiceSummary(java.util.List<JobInfo> jobInfos)Constructs a new instance ofJobServiceSummaryfrom a collection ofJobInfoit 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.
-