Class DeregisterSubClusterRequest

java.lang.Object
org.apache.hadoop.yarn.server.api.protocolrecords.DeregisterSubClusterRequest

@Private @Unstable public abstract class DeregisterSubClusterRequest extends Object
  • Constructor Details

    • DeregisterSubClusterRequest

      public DeregisterSubClusterRequest()
  • Method Details

    • newInstance

      @Private @Unstable public static DeregisterSubClusterRequest newInstance(String subClusterId)
      Initialize DeregisterSubClusterRequest according to subClusterId.
      Parameters:
      subClusterId - subClusterId.
      Returns:
      DeregisterSubClusterRequest.
    • getSubClusterId

      @Public @Unstable public abstract String getSubClusterId()
      Get the subClusterId.
      Returns:
      subClusterId.
    • setSubClusterId

      @Private @Unstable public abstract void setSubClusterId(String subClusterId)
      Set the subClusterId.
      Parameters:
      subClusterId - subClusterId.