Class WritingContainerFinishEvent

java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<WritingHistoryEventType>
org.apache.hadoop.yarn.server.resourcemanager.ahs.WritingApplicationHistoryEvent
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

    Constructors
    Constructor
    Description
    WritingContainerFinishEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId, org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerFinishData containerFinish)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hadoop.yarn.server.applicationhistoryservice.records.ContainerFinishData
     
    org.apache.hadoop.yarn.api.records.ContainerId
     
    int
     

    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 Details

    • WritingContainerFinishEvent

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

    • 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()