Class RMContainerFinishedEvent
java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<RMContainerEventType>
org.apache.hadoop.yarn.server.resourcemanager.rmcontainer.RMContainerEvent
org.apache.hadoop.yarn.server.resourcemanager.rmcontainer.RMContainerFinishedEvent
- All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<RMContainerEventType>
-
Constructor Summary
ConstructorsConstructorDescriptionRMContainerFinishedEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId, org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus, RMContainerEventType event) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.yarn.api.records.ContainerStatusMethods inherited from class org.apache.hadoop.yarn.server.resourcemanager.rmcontainer.RMContainerEvent
getContainerIdMethods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
-
Constructor Details
-
RMContainerFinishedEvent
public RMContainerFinishedEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId, org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus, RMContainerEventType event)
-
-
Method Details
-
getRemoteContainerStatus
public org.apache.hadoop.yarn.api.records.ContainerStatus getRemoteContainerStatus()
-