Uses of Class
alluxio.scheduler.job.JobState
-
Packages that use JobState Package Description alluxio.scheduler.job -
-
Uses of JobState in alluxio.scheduler.job
Methods in alluxio.scheduler.job that return JobState Modifier and Type Method Description static JobStateJobState. fromProto(alluxio.proto.journal.Job.PJobState jobStatus)Convert PJobStatus to JobStatus.JobStateJob. getJobState()static JobStateJobState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JobState[]JobState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in alluxio.scheduler.job with parameters of type JobState Modifier and Type Method Description voidJob. setJobState(JobState state)set job state.static alluxio.proto.journal.Job.PJobStateJobState. toProto(JobState state)Convert JobStatus to PJobStatus.
-