@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
SubClusterInfo encapsulating the information about the
sub-cluster. |
int |
hashCode() |
void |
setSubClusterInfo(SubClusterInfo subClusterInfo)
Set the
SubClusterInfo encapsulating the information about the
sub-cluster. |
String |
toString() |
newInstance
public 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()
GetSubClusterInfoResponse
SubClusterInfo
encapsulating the information about the
sub-cluster.getSubClusterInfo
in class GetSubClusterInfoResponse
public void setSubClusterInfo(SubClusterInfo subClusterInfo)
GetSubClusterInfoResponse
SubClusterInfo
encapsulating the information about the
sub-cluster.setSubClusterInfo
in class GetSubClusterInfoResponse
subClusterInfo
- the information pertaining to the sub-clusterCopyright © 2008–2022 Apache Software Foundation. All rights reserved.