public class GetSubClustersResponsePBImpl
extends org.apache.hadoop.yarn.server.api.protocolrecords.GetSubClustersResponse
| Constructor | Description |
|---|---|
GetSubClustersResponsePBImpl() |
|
GetSubClustersResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.GetSubClustersResponseProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
java.util.List<org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster> |
getFederationSubClusters() |
|
org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.GetSubClustersResponseProto |
getProto() |
|
int |
hashCode() |
|
void |
setFederationSubClusters(java.util.List<org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster> pFederationSubClusters) |
|
java.lang.String |
toString() |
public GetSubClustersResponsePBImpl()
public GetSubClustersResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.GetSubClustersResponseProto proto)
public org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos.GetSubClustersResponseProto getProto()
public 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.Objectpublic java.util.List<org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster> getFederationSubClusters()
getFederationSubClusters in class org.apache.hadoop.yarn.server.api.protocolrecords.GetSubClustersResponsepublic void setFederationSubClusters(java.util.List<org.apache.hadoop.yarn.server.api.protocolrecords.FederationSubCluster> pFederationSubClusters)
setFederationSubClusters in class org.apache.hadoop.yarn.server.api.protocolrecords.GetSubClustersResponseCopyright © 2008–2025 Apache Software Foundation. All rights reserved.