java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<ContainerEventType>
org.apache.hadoop.yarn.server.nodemanager.containermanager.container.ContainerEvent
org.apache.hadoop.yarn.server.nodemanager.containermanager.container.ContainerKillEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<ContainerEventType>

public class ContainerKillEvent extends ContainerEvent
  • Constructor Details

    • ContainerKillEvent

      public ContainerKillEvent(org.apache.hadoop.yarn.api.records.ContainerId cID, int exitStatus, String diagnostic)
  • Method Details

    • getDiagnostic

      public String getDiagnostic()
    • getContainerExitStatus

      public int getContainerExitStatus()