Class GetSubClusterInfoRequest

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

@Private @Unstable public abstract class GetSubClusterInfoRequest extends Object
Request class to obtain information about a sub-cluster identified by its SubClusterId.
  • Constructor Details

    • GetSubClusterInfoRequest

      public GetSubClusterInfoRequest()
  • Method Details

    • newInstance

      @Private @Unstable public static GetSubClusterInfoRequest newInstance(SubClusterId subClusterId)
    • getSubClusterId

      @Public @Unstable public abstract SubClusterId getSubClusterId()
      Get the SubClusterId representing the unique identifier of the subcluster.
      Returns:
      the subcluster identifier
    • setSubClusterId

      @Public @Unstable public abstract void setSubClusterId(SubClusterId subClusterId)
      Set the SubClusterId representing the unique identifier of the subcluster.
      Parameters:
      subClusterId - the subcluster identifier