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

Packages that use org.apache.hadoop.yarn.client.api.async
org.apache.hadoop.yarn.client.api.async   
org.apache.hadoop.yarn.client.api.async.impl   
 

Classes in org.apache.hadoop.yarn.client.api.async used by org.apache.hadoop.yarn.client.api.async
AMRMClientAsync
          AMRMClientAsync handles communication with the ResourceManager and provides asynchronous updates on events such as container allocations and completions.
AMRMClientAsync.CallbackHandler
           
NMClientAsync
          NMClientAsync handles communication with all the NodeManagers and provides asynchronous updates on getting responses from them.
NMClientAsync.CallbackHandler
           The callback interface needs to be implemented by NMClientAsync users.
 

Classes in org.apache.hadoop.yarn.client.api.async used by org.apache.hadoop.yarn.client.api.async.impl
AMRMClientAsync
          AMRMClientAsync handles communication with the ResourceManager and provides asynchronous updates on events such as container allocations and completions.
AMRMClientAsync.CallbackHandler
           
NMClientAsync
          NMClientAsync handles communication with all the NodeManagers and provides asynchronous updates on getting responses from them.
NMClientAsync.CallbackHandler
           The callback interface needs to be implemented by NMClientAsync users.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.