Uses of Interface
org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse

Packages that use AllocateResponse
org.apache.hadoop.yarn.api   
org.apache.hadoop.yarn.client   
 

Uses of AllocateResponse in org.apache.hadoop.yarn.api
 

Methods in org.apache.hadoop.yarn.api that return AllocateResponse
 AllocateResponse AMRMProtocol.allocate(AllocateRequest request)
          The main interface between an ApplicationMaster and the ResourceManager.
 

Uses of AllocateResponse in org.apache.hadoop.yarn.client
 

Methods in org.apache.hadoop.yarn.client that return AllocateResponse
 AllocateResponse AMRMClient.allocate(float progressIndicator)
          Request additional containers and receive new container allocations.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.