Class ContainerStopMonitoringEvent
java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<ContainersMonitorEventType>
org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainersMonitorEvent
org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainerStopMonitoringEvent
- All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<ContainersMonitorEventType>
-
Constructor Summary
ConstructorsConstructorDescriptionContainerStopMonitoringEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId) ContainerStopMonitoringEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId, boolean forReInit) -
Method Summary
Methods inherited from class org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainersMonitorEvent
getContainerIdMethods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
-
Constructor Details
-
ContainerStopMonitoringEvent
public ContainerStopMonitoringEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId) -
ContainerStopMonitoringEvent
public ContainerStopMonitoringEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId, boolean forReInit)
-
-
Method Details
-
isForReInit
public boolean isForReInit()
-