Class DeleteApplicationHomeSubClusterRequest

java.lang.Object
org.apache.hadoop.yarn.server.federation.store.records.DeleteApplicationHomeSubClusterRequest
Direct Known Subclasses:
DeleteApplicationHomeSubClusterRequestPBImpl

@Private @Unstable public abstract class DeleteApplicationHomeSubClusterRequest extends Object
The request to Federation state store to delete the mapping of home subcluster of a submitted application.
  • Constructor Details

    • DeleteApplicationHomeSubClusterRequest

      public DeleteApplicationHomeSubClusterRequest()
  • Method Details

    • newInstance

      @Private @Unstable public static DeleteApplicationHomeSubClusterRequest newInstance(org.apache.hadoop.yarn.api.records.ApplicationId applicationId)
    • getApplicationId

      @Public @Unstable public abstract org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
      Get the identifier of the ApplicationId to be removed from Federation state store .
      Returns:
      the identifier of the application to be removed from Federation State Store.
    • setApplicationId

      @Private @Unstable public abstract void setApplicationId(org.apache.hadoop.yarn.api.records.ApplicationId applicationId)
      Set the identifier of the ApplicationId to be removed from Federation state store .
      Parameters:
      applicationId - the identifier of the application to be removed from Federation State Store.