Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse

Packages that use RegisterApplicationMasterResponse
org.apache.hadoop.yarn.api   
org.apache.hadoop.yarn.api.protocolrecords   
 

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

Methods in org.apache.hadoop.yarn.api that return RegisterApplicationMasterResponse
 RegisterApplicationMasterResponse ApplicationMasterProtocol.registerApplicationMaster(RegisterApplicationMasterRequest request)
           The interface used by a new ApplicationMaster to register with the ResourceManager.
 

Uses of RegisterApplicationMasterResponse in org.apache.hadoop.yarn.api.protocolrecords
 

Methods in org.apache.hadoop.yarn.api.protocolrecords that return RegisterApplicationMasterResponse
static RegisterApplicationMasterResponse RegisterApplicationMasterResponse.newInstance(Resource minCapability, Resource maxCapability, Map<ApplicationAccessType,String> acls, ByteBuffer key)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.