|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JobEventType | |
|---|---|
| org.apache.hadoop.mapreduce.v2.app.job.event | |
| org.apache.hadoop.mapreduce.v2.app.job.impl | |
| Uses of JobEventType in org.apache.hadoop.mapreduce.v2.app.job.event |
|---|
| Methods in org.apache.hadoop.mapreduce.v2.app.job.event that return JobEventType | |
|---|---|
static JobEventType |
JobEventType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JobEventType[] |
JobEventType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.apache.hadoop.mapreduce.v2.app.job.event with parameters of type JobEventType | |
|---|---|
JobEvent(org.apache.hadoop.mapreduce.v2.api.records.JobId jobID,
JobEventType type)
|
|
| Uses of JobEventType in org.apache.hadoop.mapreduce.v2.app.job.impl |
|---|
| Fields in org.apache.hadoop.mapreduce.v2.app.job.impl with type parameters of type JobEventType | |
|---|---|
protected static org.apache.hadoop.yarn.state.StateMachineFactory<JobImpl,org.apache.hadoop.mapreduce.v2.api.records.JobState,JobEventType,JobEvent> |
JobImpl.stateMachineFactory
|
| Methods in org.apache.hadoop.mapreduce.v2.app.job.impl that return types with arguments of type JobEventType | |
|---|---|
protected org.apache.hadoop.yarn.state.StateMachine<org.apache.hadoop.mapreduce.v2.api.records.JobState,JobEventType,JobEvent> |
JobImpl.getStateMachine()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||