org.apache.hadoop.yarn.server.resourcemanager.rmcontainer
Class RMContainerFinishedEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<RMContainerEventType>
      extended by org.apache.hadoop.yarn.server.resourcemanager.rmcontainer.RMContainerEvent
          extended by org.apache.hadoop.yarn.server.resourcemanager.rmcontainer.RMContainerFinishedEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<RMContainerEventType>

public class RMContainerFinishedEvent
extends RMContainerEvent


Constructor Summary
RMContainerFinishedEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId, org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus, RMContainerEventType event)
           
 
Method Summary
 org.apache.hadoop.yarn.api.records.ContainerStatus getRemoteContainerStatus()
           
 
Methods inherited from class org.apache.hadoop.yarn.server.resourcemanager.rmcontainer.RMContainerEvent
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

RMContainerFinishedEvent

public RMContainerFinishedEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId,
                                org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus,
                                RMContainerEventType event)
Method Detail

getRemoteContainerStatus

public org.apache.hadoop.yarn.api.records.ContainerStatus getRemoteContainerStatus()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.