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