org.apache.hadoop.yarn.server.resourcemanager.ahs
Class WritingContainerFinishEvent

java.lang.Object
  extended by org.apache.hadoop.yarn.event.AbstractEvent<WritingHistoryEventType>
      extended by org.apache.hadoop.yarn.server.resourcemanager.ahs.WritingApplicationHistoryEvent
          extended by org.apache.hadoop.yarn.server.resourcemanager.ahs.WritingContainerFinishEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<WritingHistoryEventType>

public class WritingContainerFinishEvent
extends WritingApplicationHistoryEvent


Constructor Summary
WritingContainerFinishEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId, org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerFinishData containerFinish)
           
 
Method Summary
 org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerFinishData getContainerFinishData()
           
 org.apache.hadoop.yarn.api.records.ContainerId getContainerId()
           
 int hashCode()
           
 
Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WritingContainerFinishEvent

public WritingContainerFinishEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId,
                                   org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerFinishData containerFinish)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getContainerId

public org.apache.hadoop.yarn.api.records.ContainerId getContainerId()

getContainerFinishData

public org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerFinishData getContainerFinishData()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.