@InterfaceAudience.Private @InterfaceStability.Unstable public abstract class DeleteApplicationHomeSubClusterRequest extends Object
Federation state store to delete the mapping of
 home subcluster of a submitted application.| Constructor and Description | 
|---|
| DeleteApplicationHomeSubClusterRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract org.apache.hadoop.yarn.api.records.ApplicationId | getApplicationId()Get the identifier of the  ApplicationIdto be removed fromFederation state store. | 
| static DeleteApplicationHomeSubClusterRequest | newInstance(org.apache.hadoop.yarn.api.records.ApplicationId applicationId) | 
| abstract void | setApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId applicationId)Set the identifier of the  ApplicationIdto be removed fromFederation state store. | 
public DeleteApplicationHomeSubClusterRequest()
@InterfaceAudience.Private @InterfaceStability.Unstable public static DeleteApplicationHomeSubClusterRequest newInstance(org.apache.hadoop.yarn.api.records.ApplicationId applicationId)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
ApplicationId to be removed from
 Federation state store .@InterfaceAudience.Private @InterfaceStability.Unstable public abstract void setApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId applicationId)
ApplicationId to be removed from
 Federation state store .applicationId - the identifier of the application to be removed from
          Federation State Store.Copyright © 2008–2023 Apache Software Foundation. All rights reserved.