Class ApplicationContainerFinishedEvent
java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<ApplicationEventType>
org.apache.hadoop.yarn.server.nodemanager.containermanager.application.ApplicationEvent
org.apache.hadoop.yarn.server.nodemanager.containermanager.application.ApplicationContainerFinishedEvent
- All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<ApplicationEventType>
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationContainerFinishedEvent(org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus, long containerStartTs) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.yarn.api.records.ContainerIdlongorg.apache.hadoop.yarn.api.records.ContainerStatusMethods inherited from class org.apache.hadoop.yarn.server.nodemanager.containermanager.application.ApplicationEvent
getApplicationIDMethods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
-
Constructor Details
-
ApplicationContainerFinishedEvent
public ApplicationContainerFinishedEvent(org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus, long containerStartTs)
-
-
Method Details
-
getContainerID
public org.apache.hadoop.yarn.api.records.ContainerId getContainerID() -
getContainerStatus
public org.apache.hadoop.yarn.api.records.ContainerStatus getContainerStatus() -
getContainerStartTime
public long getContainerStartTime()
-