@Private @Unstable public class GetSubClusterInfoResponsePBImpl extends GetSubClusterInfoResponse
GetSubClusterInfoResponse.| Constructor | Description |
|---|---|
GetSubClusterInfoResponsePBImpl() |
|
GetSubClusterInfoResponsePBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterInfoResponseProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterInfoResponseProto |
getProto() |
|
SubClusterInfo |
getSubClusterInfo() |
Get the
SubClusterInfo encapsulating the information about the
sub-cluster. |
int |
hashCode() |
|
void |
setSubClusterInfo(SubClusterInfo paramSubClusterInfo) |
Set the
SubClusterInfo encapsulating the information about the
sub-cluster. |
java.lang.String |
toString() |
newInstancepublic GetSubClusterInfoResponsePBImpl()
public GetSubClusterInfoResponsePBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterInfoResponseProto proto)
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterInfoResponseProto 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 SubClusterInfo getSubClusterInfo()
GetSubClusterInfoResponseSubClusterInfo encapsulating the information about the
sub-cluster.getSubClusterInfo in class GetSubClusterInfoResponsepublic void setSubClusterInfo(SubClusterInfo paramSubClusterInfo)
GetSubClusterInfoResponseSubClusterInfo encapsulating the information about the
sub-cluster.setSubClusterInfo in class GetSubClusterInfoResponseparamSubClusterInfo - the information pertaining to the sub-clusterCopyright © 2008–2025 Apache Software Foundation. All rights reserved.