Class LogHandlerContainerFinishedEvent

java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<LogHandlerEventType>
org.apache.hadoop.yarn.server.nodemanager.containermanager.loghandler.event.LogHandlerEvent
org.apache.hadoop.yarn.server.nodemanager.containermanager.loghandler.event.LogHandlerContainerFinishedEvent
All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<LogHandlerEventType>

public class LogHandlerContainerFinishedEvent extends LogHandlerEvent
  • Constructor Summary

    Constructors
    Constructor
    Description
    LogHandlerContainerFinishedEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId, org.apache.hadoop.yarn.server.api.ContainerType containerType, int exitCode)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hadoop.yarn.api.records.ContainerId
     
    org.apache.hadoop.yarn.server.api.ContainerType
     
    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, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • LogHandlerContainerFinishedEvent

      public LogHandlerContainerFinishedEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId, org.apache.hadoop.yarn.server.api.ContainerType containerType, int exitCode)
  • Method Details

    • getContainerId

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

      public org.apache.hadoop.yarn.server.api.ContainerType getContainerType()
    • getExitCode

      public int getExitCode()