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>
-
Constructor Summary
ConstructorsConstructorDescriptionLogHandlerContainerFinishedEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId, org.apache.hadoop.yarn.server.api.ContainerType containerType, int exitCode) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.yarn.api.records.ContainerIdorg.apache.hadoop.yarn.server.api.ContainerTypeintMethods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
-
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()
-