Class NMClientAsyncImpl.UpdateContainerResourceEvent
java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<NMClientAsyncImpl.ContainerEventType>
org.apache.hadoop.yarn.client.api.async.impl.NMClientAsyncImpl.ContainerEvent
org.apache.hadoop.yarn.client.api.async.impl.NMClientAsyncImpl.UpdateContainerResourceEvent
- All Implemented Interfaces:
org.apache.hadoop.yarn.event.Event<NMClientAsyncImpl.ContainerEventType>
- Enclosing class:
- NMClientAsyncImpl
protected static class NMClientAsyncImpl.UpdateContainerResourceEvent
extends NMClientAsyncImpl.ContainerEvent
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateContainerResourceEvent(org.apache.hadoop.yarn.api.records.Container container, boolean isIncreaseEvent) -
Method Summary
Methods inherited from class org.apache.hadoop.yarn.client.api.async.impl.NMClientAsyncImpl.ContainerEvent
getContainerId, getContainerToken, getNodeIdMethods inherited from class org.apache.hadoop.yarn.event.AbstractEvent
getTimestamp, getType, toString
-
Constructor Details
-
UpdateContainerResourceEvent
public UpdateContainerResourceEvent(org.apache.hadoop.yarn.api.records.Container container, boolean isIncreaseEvent)
-
-
Method Details
-
getContainer
public org.apache.hadoop.yarn.api.records.Container getContainer()
-