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

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

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

Methods in org.apache.hadoop.yarn.api that return GetNewApplicationResponse
 GetNewApplicationResponse ApplicationClientProtocol.getNewApplication(GetNewApplicationRequest request)
          The interface used by clients to obtain a new ApplicationId for submitting new applications.
 

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

Methods in org.apache.hadoop.yarn.api.protocolrecords that return GetNewApplicationResponse
static GetNewApplicationResponse GetNewApplicationResponse.newInstance(ApplicationId applicationId, Resource minCapability, Resource maxCapability)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.