java.lang.Object
org.apache.hadoop.yarn.server.federation.store.records.SubClusterIdInfo

@Private @Evolving public class SubClusterIdInfo extends Object
This class represent a sub-cluster identifier in the JSON representation of the policy configuration.
  • Constructor Details

    • SubClusterIdInfo

      public SubClusterIdInfo()
    • SubClusterIdInfo

      public SubClusterIdInfo(String subClusterId)
    • SubClusterIdInfo

      public SubClusterIdInfo(SubClusterId subClusterId)
  • Method Details