Uses of Enum Class
org.apache.hadoop.mapreduce.lib.jobcontrol.ControlledJob.State
Packages that use ControlledJob.State
-
Uses of ControlledJob.State in org.apache.hadoop.mapreduce.lib.jobcontrol
Methods in org.apache.hadoop.mapreduce.lib.jobcontrol that return ControlledJob.StateModifier and TypeMethodDescriptionControlledJob.getJobState()static ControlledJob.StateReturns the enum constant of this class with the specified name.static ControlledJob.State[]ControlledJob.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.mapreduce.lib.jobcontrol with parameters of type ControlledJob.StateModifier and TypeMethodDescriptionprotected voidControlledJob.setJobState(ControlledJob.State state) Set the state for this job.