| Package | Description |
|---|---|
| org.apache.hadoop.mapreduce.v2.app.job.event | |
| org.apache.hadoop.mapreduce.v2.app.job.impl |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
JobEvent(JobId jobID,
JobEventType type) |
| Modifier and Type | Field and Description |
|---|---|
protected static StateMachineFactory<JobImpl,JobStateInternal,JobEventType,JobEvent> |
JobImpl.stateMachineFactory |
| Modifier and Type | Method and Description |
|---|---|
protected StateMachine<JobStateInternal,JobEventType,JobEvent> |
JobImpl.getStateMachine() |
Copyright © 2013 Apache Software Foundation. All rights reserved.