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>

public class ApplicationContainerFinishedEvent extends ApplicationEvent
  • 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()