@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
SubClusterInfo representing 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
SubClusterInfo representing 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 SubClusterInfo
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.