Class RMContainerRecoverEvent

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

public class RMContainerRecoverEvent extends RMContainerEvent
  • Constructor Summary

    Constructors
    Constructor
    Description
    RMContainerRecoverEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId, org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus containerReport)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus
     

    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 Details

    • RMContainerRecoverEvent

      public RMContainerRecoverEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId, org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus containerReport)
  • Method Details

    • getContainerReport

      public org.apache.hadoop.yarn.server.api.protocolrecords.NMContainerStatus getContainerReport()