Uses of Class
org.apache.hadoop.yarn.api.protocolrecords.GetNewApplicationResponse
Packages that use GetNewApplicationResponse
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
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 GetNewApplicationResponseModifier and TypeMethodDescriptionApplicationClientProtocol.getNewApplication(GetNewApplicationRequest request) The interface used by clients to obtain a newApplicationIdfor submitting new applications. -
Uses of GetNewApplicationResponse in org.apache.hadoop.yarn.api.protocolrecords
Methods in org.apache.hadoop.yarn.api.protocolrecords that return GetNewApplicationResponseModifier and TypeMethodDescriptionstatic GetNewApplicationResponseGetNewApplicationResponse.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 GetNewApplicationResponseConstructors in org.apache.hadoop.yarn.client.api with parameters of type GetNewApplicationResponseModifierConstructorDescriptionYarnClientApplication(GetNewApplicationResponse newAppResponse, ApplicationSubmissionContext appContext)