Package | Description |
---|---|
org.apache.hadoop.mapreduce.lib.jobcontrol |
Modifier and Type | Method and Description |
---|---|
ControlledJob.State |
ControlledJob.getJobState() |
static ControlledJob.State |
ControlledJob.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControlledJob.State[] |
ControlledJob.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ControlledJob.setJobState(ControlledJob.State state)
Set the state for this job.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.