@InterfaceAudience.Private @InterfaceStability.Unstable public abstract class GetSubClustersInfoResponse extends Object
SubClusterInfo about all
 sub-clusters that are currently participating in Federation.| Constructor and Description | 
|---|
| GetSubClustersInfoResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract List<SubClusterInfo> | getSubClusters()Get the list of  SubClusterInforepresenting the information about
 all sub-clusters that are currently participating in Federation. | 
| static GetSubClustersInfoResponse | newInstance(List<SubClusterInfo> subClusters) | 
| abstract void | setSubClusters(List<SubClusterInfo> subClusters)Set the list of  SubClusterInforepresenting the information about
 all sub-clusters that are currently participating in Federation. | 
@InterfaceAudience.Public @InterfaceStability.Unstable public static GetSubClustersInfoResponse newInstance(List<SubClusterInfo> subClusters)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract List<SubClusterInfo> getSubClusters()
SubClusterInfo representing the information about
 all sub-clusters that are currently participating in Federation.SubClusterInfo@InterfaceAudience.Private @InterfaceStability.Unstable public abstract void setSubClusters(List<SubClusterInfo> subClusters)
SubClusterInfo representing the information about
 all sub-clusters that are currently participating in Federation.subClusters - the list of SubClusterInfoCopyright © 2008–2023 Apache Software Foundation. All rights reserved.