@InterfaceAudience.Public @InterfaceStability.Stable public abstract class GetNewApplicationResponse extends Object
The response sent by the ResourceManager to the client for 
 a request to get a new ApplicationId for submitting applications.
Clients can submit an application with the returned
 ApplicationId.
| Constructor and Description | 
|---|
| GetNewApplicationResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ApplicationId | getApplicationId()Get the new  ApplicationIdallocated by theResourceManager. | 
| abstract Resource | getMaximumResourceCapability()Get the maximum capability for any  Resourceallocated by theResourceManagerin the cluster. | 
@InterfaceAudience.Public @InterfaceStability.Stable public abstract ApplicationId getApplicationId()
ApplicationId allocated by the 
 ResourceManager.ApplicationId allocated by the 
          ResourceManagerCopyright © 2025 Apache Software Foundation. All rights reserved.