Uses of Class
alluxio.job.wire.Status
-
Packages that use Status Package Description alluxio.job.plan.meta alluxio.job.wire -
-
Uses of Status in alluxio.job.plan.meta
Methods in alluxio.job.plan.meta that return Status Modifier and Type Method Description StatusPlanInfo. getStatus()Methods in alluxio.job.plan.meta with parameters of type Status Modifier and Type Method Description voidPlanInfo. setStatus(Status status)Sets the status of a job. -
Uses of Status in alluxio.job.wire
Methods in alluxio.job.wire that return Status Modifier and Type Method Description StatusJobInfo. getStatus()StatusPlanInfo. getStatus()StatusStatusSummary. getStatus()Returns theStatusthis object represents.StatusTaskInfo. getStatus()StatusWorkflowInfo. getStatus()static StatusStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Status[]Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in alluxio.job.wire with parameters of type Status Modifier and Type Method Description TaskInfoTaskInfo. setStatus(Status status)Constructors in alluxio.job.wire with parameters of type Status Constructor Description PlanInfo(long id, java.lang.String name, Status status, long lastUpdated, java.lang.String errorMessage)JobInfo constructor exposed for testing.StatusSummary(Status status, long count)Constructs a new instance ofStatusSummaryfrom aStatusand number of jobs with that status.TaskInfo(long jobId, long taskId, Status status, alluxio.wire.WorkerNetAddress workerAddress, java.lang.Object args)Constructs a new TaskInfo from jobId, taskId, Status, workerAddress, and arguments.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.
-