org.apache.hadoop.yarn.server.nodemanager.containermanager.container
Class ContainerKillEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<ContainerEventType>
      extended by org.apache.hadoop.yarn.server.nodemanager.containermanager.container.ContainerEvent
          extended by 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 Summary
ContainerKillEvent(org.apache.hadoop.yarn.api.records.ContainerId cID, String diagnostic)
           
 
Method Summary
 String getDiagnostic()
           
 
Methods inherited from class org.apache.hadoop.yarn.server.nodemanager.containermanager.container.ContainerEvent
getContainerID
 
Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainerKillEvent

public ContainerKillEvent(org.apache.hadoop.yarn.api.records.ContainerId cID,
                          String diagnostic)
Method Detail

getDiagnostic

public String getDiagnostic()


Copyright © 2013 Apache Software Foundation. All Rights Reserved.