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   
org.apache.hadoop.yarn.client.api Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

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)
           
 

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

Methods in org.apache.hadoop.yarn.client.api that return GetNewApplicationResponse
 GetNewApplicationResponse YarnClientApplication.getNewApplicationResponse()
           
 

Constructors in org.apache.hadoop.yarn.client.api with parameters of type GetNewApplicationResponse
YarnClientApplication(GetNewApplicationResponse newAppResponse, ApplicationSubmissionContext appContext)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.