Class GetSubClusterInfoResponsePBImpl
java.lang.Object
org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterInfoResponse
org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterInfoResponsePBImpl
Protocol buffer based implementation of
GetSubClusterInfoResponse.-
Constructor Summary
ConstructorsConstructorDescriptionGetSubClusterInfoResponsePBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterInfoResponseProto proto) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterInfoResponseProtogetProto()Get theSubClusterInfoencapsulating the information about the sub-cluster.inthashCode()voidsetSubClusterInfo(SubClusterInfo paramSubClusterInfo) Set theSubClusterInfoencapsulating the information about the sub-cluster.toString()Methods inherited from class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterInfoResponse
newInstance
-
Constructor Details
-
GetSubClusterInfoResponsePBImpl
public GetSubClusterInfoResponsePBImpl() -
GetSubClusterInfoResponsePBImpl
public GetSubClusterInfoResponsePBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterInfoResponseProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterInfoResponseProto getProto() -
hashCode
public int hashCode() -
equals
-
toString
-
getSubClusterInfo
Description copied from class:GetSubClusterInfoResponseGet theSubClusterInfoencapsulating the information about the sub-cluster.- Specified by:
getSubClusterInfoin classGetSubClusterInfoResponse- Returns:
- the information pertaining to the sub-cluster
-
setSubClusterInfo
Description copied from class:GetSubClusterInfoResponseSet theSubClusterInfoencapsulating the information about the sub-cluster.- Specified by:
setSubClusterInfoin classGetSubClusterInfoResponse- Parameters:
paramSubClusterInfo- the information pertaining to the sub-cluster
-