@InterfaceAudience.Public

Package org.apache.hadoop.yarn.client.api.async

Interface Summary
AMRMClientAsync.CallbackHandler  
NMClientAsync.CallbackHandler The callback interface needs to be implemented by NMClientAsync users.
 

Class Summary
AMRMClientAsync<T extends AMRMClient.ContainerRequest> AMRMClientAsync handles communication with the ResourceManager and provides asynchronous updates on events such as container allocations and completions.
NMClientAsync NMClientAsync handles communication with all the NodeManagers and provides asynchronous updates on getting responses from them.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.