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