Generated by
JDiff

Class org.apache.hadoop.yarn.client.api.async.NMClientAsync

Added Constructors
NMClientAsync(String, NMClient, AbstractCallbackHandler)  
NMClientAsync(String, AbstractCallbackHandler)  
NMClientAsync(AbstractCallbackHandler)  
 

Changed Constructors
NMClientAsync(String, CallbackHandler) Now deprecated.
Use {@link #NMClientAsync(String, AbstractCallbackHandler)} instead.
NMClientAsync(CallbackHandler) Now deprecated.
Use {@link #NMClientAsync(AbstractCallbackHandler)} instead.
 

Added Methods
void commitLastReInitializationAsync(ContainerId)

Commit last reInitialization of the specified container.

NMClientAsync createNMClientAsync(AbstractCallbackHandler)  
void increaseContainerResourceAsync(Container)  
void reInitializeContainerAsync(ContainerId, ContainerLaunchContext, boolean)

Re-Initialize the Container.

void restartContainerAsync(ContainerId)

Restart the specified container.

void rollbackLastReInitializationAsync(ContainerId)

Rollback last reInitialization of the specified container.

void updateContainerResourceAsync(Container)

Update the resources of a container.

 

Changed Methods
NMClientAsync createNMClientAsync(CallbackHandler) Now deprecated.
Use {@link #createNMClientAsync(AbstractCallbackHandler)} instead.