| Package | Description |
|---|---|
| org.apache.tez.dag.app.rm.node |
| Modifier and Type | Method and Description |
|---|---|
AMNodeState |
AMNodeImpl.getState() |
AMNodeState |
AMNode.getState() |
AMNodeState |
AMNodeImpl.TaskAttemptFailedTransition.transition(AMNodeImpl node,
AMNodeEvent nEvent) |
AMNodeState |
AMNodeImpl.IgnoreBlacklistingDisabledTransition.transition(AMNodeImpl node,
AMNodeEvent nEvent) |
AMNodeState |
AMNodeImpl.TaskAttemptSucceededWhileBlacklistedTransition.transition(AMNodeImpl node,
AMNodeEvent nEvent) |
AMNodeState |
AMNodeImpl.NodeTurnedHealthyTransition.transition(AMNodeImpl node,
AMNodeEvent nEvent) |
static AMNodeState |
AMNodeState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AMNodeState[] |
AMNodeState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015 Apache Software Foundation. All rights reserved.