Class GetSubClusterInfoResponse

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

@Private @Unstable public abstract class GetSubClusterInfoResponse extends Object
Response to a query with SubClusterInfo about a sub-cluster.
  • Constructor Details

    • GetSubClusterInfoResponse

      public GetSubClusterInfoResponse()
  • Method Details

    • newInstance

      @Private @Unstable public static GetSubClusterInfoResponse newInstance(SubClusterInfo subClusterInfo)
    • getSubClusterInfo

      @Public @Unstable public abstract SubClusterInfo getSubClusterInfo()
      Get the SubClusterInfo encapsulating the information about the sub-cluster.
      Returns:
      the information pertaining to the sub-cluster
    • setSubClusterInfo

      @Private @Unstable public abstract void setSubClusterInfo(SubClusterInfo subClusterInfo)
      Set the SubClusterInfo encapsulating the information about the sub-cluster.
      Parameters:
      subClusterInfo - the information pertaining to the sub-cluster