Uses of Class
org.apache.hadoop.yarn.client.api.AMRMClient

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

Uses of AMRMClient in org.apache.hadoop.yarn.client.api
 

Methods in org.apache.hadoop.yarn.client.api that return AMRMClient
static
<T extends org.apache.hadoop.yarn.client.api.AMRMClient.ContainerRequest>
AMRMClient<T>
AMRMClient.createAMRMClient()
          Create a new instance of AMRMClient.
 

Uses of AMRMClient in org.apache.hadoop.yarn.client.api.async
 

Fields in org.apache.hadoop.yarn.client.api.async declared as AMRMClient
protected  AMRMClient<T> AMRMClientAsync.client
           
 

Methods in org.apache.hadoop.yarn.client.api.async with parameters of type AMRMClient
static
<T extends org.apache.hadoop.yarn.client.api.AMRMClient.ContainerRequest>
AMRMClientAsync<T>
AMRMClientAsync.createAMRMClientAsync(AMRMClient<T> client, int intervalMs, org.apache.hadoop.yarn.client.api.async.AMRMClientAsync.CallbackHandler callbackHandler)
           
 

Constructors in org.apache.hadoop.yarn.client.api.async with parameters of type AMRMClient
AMRMClientAsync(AMRMClient<T> client, int intervalMs, org.apache.hadoop.yarn.client.api.async.AMRMClientAsync.CallbackHandler callbackHandler)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.