@InterfaceAudience.Private @InterfaceStability.Unstable public class GetSubClustersInfoResponsePBImpl extends GetSubClustersInfoResponse
GetSubClustersInfoResponse.| Constructor and Description | 
|---|
| GetSubClustersInfoResponsePBImpl() | 
| GetSubClustersInfoResponsePBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClustersInfoResponseProto proto) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other) | 
| org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClustersInfoResponseProto | getProto() | 
| List<SubClusterInfo> | getSubClusters()Get the list of  SubClusterInforepresenting the information about
 all sub-clusters that are currently participating in Federation. | 
| int | hashCode() | 
| void | setSubClusters(List<SubClusterInfo> subClusters)Set the list of  SubClusterInforepresenting the information about
 all sub-clusters that are currently participating in Federation. | 
| String | toString() | 
newInstancepublic GetSubClustersInfoResponsePBImpl()
public GetSubClustersInfoResponsePBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClustersInfoResponseProto proto)
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClustersInfoResponseProto getProto()
public List<SubClusterInfo> getSubClusters()
GetSubClustersInfoResponseSubClusterInfo representing the information about
 all sub-clusters that are currently participating in Federation.getSubClusters in class GetSubClustersInfoResponseSubClusterInfopublic void setSubClusters(List<SubClusterInfo> subClusters)
GetSubClustersInfoResponseSubClusterInfo representing the information about
 all sub-clusters that are currently participating in Federation.setSubClusters in class GetSubClustersInfoResponsesubClusters - the list of SubClusterInfoCopyright © 2008–2023 Apache Software Foundation. All rights reserved.