Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.ApplicationSubmissionContextInfo

Packages that use ApplicationSubmissionContextInfo
org.apache.hadoop.yarn.server.resourcemanager.webapp   
 

Uses of ApplicationSubmissionContextInfo in org.apache.hadoop.yarn.server.resourcemanager.webapp
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.webapp with parameters of type ApplicationSubmissionContextInfo
protected  org.apache.hadoop.yarn.api.records.ApplicationSubmissionContext RMWebServices.createAppSubmissionContext(ApplicationSubmissionContextInfo newApp)
          Create the actual ApplicationSubmissionContext to be submitted to the RM from the information provided by the user.
protected  org.apache.hadoop.yarn.api.records.Resource RMWebServices.createAppSubmissionContextResource(ApplicationSubmissionContextInfo newApp)
           
protected  org.apache.hadoop.yarn.api.records.ContainerLaunchContext RMWebServices.createContainerLaunchContext(ApplicationSubmissionContextInfo newApp)
          Create the ContainerLaunchContext required for the ApplicationSubmissionContext.
 javax.ws.rs.core.Response RMWebServices.submitApplication(ApplicationSubmissionContextInfo newApp, javax.servlet.http.HttpServletRequest hsr)
          Function to submit an app to the RM
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.