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