public class AMNodeEvent extends org.apache.hadoop.yarn.event.AbstractEvent<AMNodeEventType>
| Constructor and Description |
|---|
AMNodeEvent(ExtendedNodeId amNodeId,
int schedulerId,
AMNodeEventType type) |
AMNodeEvent(org.apache.hadoop.yarn.api.records.NodeId nodeId,
int schedulerId,
AMNodeEventType type) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.yarn.api.records.NodeId |
getNodeId() |
int |
getSchedulerId() |
public AMNodeEvent(org.apache.hadoop.yarn.api.records.NodeId nodeId,
int schedulerId,
AMNodeEventType type)
public AMNodeEvent(ExtendedNodeId amNodeId, int schedulerId, AMNodeEventType type)
Copyright © 2020 Apache Software Foundation. All rights reserved.