Class NodeAddedSchedulerEvent
java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<SchedulerEventType>
org.apache.hadoop.yarn.server.resourcemanager.scheduler.event.SchedulerEvent
org.apache.hadoop.yarn.server.resourcemanager.scheduler.event.NodeAddedSchedulerEvent
- All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<SchedulerEventType>
-
Constructor Summary
ConstructorsConstructorDescriptionNodeAddedSchedulerEvent(RMNode rmNode) NodeAddedSchedulerEvent(RMNode rmNode, List<org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus> containerReports) -
Method Summary
Modifier and TypeMethodDescriptionList<org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus>Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
-
Constructor Details
-
NodeAddedSchedulerEvent
-
NodeAddedSchedulerEvent
-
-
Method Details
-
getAddedRMNode
-
getContainerReports
public List<org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus> getContainerReports()
-