@Private @Unstable public class GetSubClustersInfoResponsePBImpl extends GetSubClustersInfoResponse
GetSubClustersInfoResponse.| Constructor | Description |
|---|---|
GetSubClustersInfoResponsePBImpl() |
|
GetSubClustersInfoResponsePBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClustersInfoResponseProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClustersInfoResponseProto |
getProto() |
|
java.util.List<SubClusterInfo> |
getSubClusters() |
Get the list of
SubClusterInfo representing the information about
all sub-clusters that are currently participating in Federation. |
int |
hashCode() |
|
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. |
java.lang.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 java.util.List<SubClusterInfo> getSubClusters()
GetSubClustersInfoResponseSubClusterInfo representing the information about
all sub-clusters that are currently participating in Federation.getSubClusters in class GetSubClustersInfoResponseSubClusterInfopublic void setSubClusters(java.util.Collection<SubClusterInfo> subClusters)
GetSubClustersInfoResponseSubClusterInfo representing the information about
all sub-clusters that are currently participating in Federation.setSubClusters in class GetSubClustersInfoResponsesubClusters - the list of SubClusterInfopublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.