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

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

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

Methods in org.apache.hadoop.yarn.api that return GetNewApplicationResponse
 GetNewApplicationResponse ClientRMProtocol.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.client
 

Methods in org.apache.hadoop.yarn.client that return GetNewApplicationResponse
 GetNewApplicationResponse YarnClientImpl.getNewApplication()
           
 GetNewApplicationResponse YarnClient.getNewApplication()
           Obtain a new ApplicationId for submitting new applications.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.