Generated by
JDiff

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

Added Constructors
AMRMClientAsync(int, AbstractCallbackHandler)  
AMRMClientAsync(AMRMClient, int, AbstractCallbackHandler)  
 

Added Methods
AMRMClientAsync createAMRMClientAsync(int, AbstractCallbackHandler)

Create a new instance of AMRMClientAsync.

AMRMClientAsync createAMRMClientAsync(AMRMClient, int, AbstractCallbackHandler)

Create a new instance of AMRMClientAsync.

void requestContainerResourceChange(Container, Resource) Request container resource change before calling allocate.
 

Changed Methods
AMRMClientAsync createAMRMClientAsync(int, CallbackHandler) Now deprecated.
Use {@link #createAMRMClientAsync(int, AMRMClientAsync.AbstractCallbackHandler)} instead.
AMRMClientAsync createAMRMClientAsync(AMRMClient, int, CallbackHandler) Now deprecated.
Use {@link #createAMRMClientAsync(AMRMClient, int, AMRMClientAsync.AbstractCallbackHandler)} instead.