Generated by
JDiff

Class org.apache.hadoop.yarn.client.api.NMClient

Added Methods
void commitLastReInitialization(ContainerId)

Commit last reInitialization of the specified container.

NodeId getNodeIdOfStartedContainer(ContainerId) Get the NodeId of the node on which container is running.
void increaseContainerResource(Container)

Increase the resource of a container.

void reInitializeContainer(ContainerId, ContainerLaunchContext, boolean)

Re-Initialize the Container.

void restartContainer(ContainerId)

Restart the specified container.

void rollbackLastReInitialization(ContainerId)

Rollback last reInitialization of the specified container.

void updateContainerResource(Container)

Update the resources of a container.