Class ContainerPauseEvent
java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<ContainerEventType>
org.apache.hadoop.yarn.server.nodemanager.containermanager.container.ContainerEvent
org.apache.hadoop.yarn.server.nodemanager.containermanager.container.ContainerPauseEvent
- All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<ContainerEventType>
ContainerEvent for ContainerEventType.PAUSE_CONTAINER.
-
Constructor Summary
ConstructorsConstructorDescriptionContainerPauseEvent(org.apache.hadoop.yarn.api.records.ContainerId cId, String diagnostic) -
Method Summary
Methods inherited from class org.apache.hadoop.yarn.server.nodemanager.containermanager.container.ContainerEvent
getContainerIDMethods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
-
Constructor Details
-
ContainerPauseEvent
-
-
Method Details
-
getDiagnostic
-