Class GetSubClusterInfoRequestPBImpl
java.lang.Object
org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterInfoRequest
org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterInfoRequestPBImpl
Protocol buffer based implementation of
GetSubClusterInfoRequest.-
Constructor Summary
ConstructorsConstructorDescriptionGetSubClusterInfoRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterInfoRequestProto proto) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterInfoRequestProtogetProto()Get theSubClusterIdrepresenting the unique identifier of the subcluster.inthashCode()voidsetSubClusterId(SubClusterId subClusterId) Set theSubClusterIdrepresenting the unique identifier of the subcluster.toString()Methods inherited from class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterInfoRequest
newInstance
-
Constructor Details
-
GetSubClusterInfoRequestPBImpl
public GetSubClusterInfoRequestPBImpl() -
GetSubClusterInfoRequestPBImpl
public GetSubClusterInfoRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterInfoRequestProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterInfoRequestProto getProto() -
hashCode
public int hashCode() -
equals
-
toString
-
getSubClusterId
Description copied from class:GetSubClusterInfoRequestGet theSubClusterIdrepresenting the unique identifier of the subcluster.- Specified by:
getSubClusterIdin classGetSubClusterInfoRequest- Returns:
- the subcluster identifier
-
setSubClusterId
Description copied from class:GetSubClusterInfoRequestSet theSubClusterIdrepresenting the unique identifier of the subcluster.- Specified by:
setSubClusterIdin classGetSubClusterInfoRequest- Parameters:
subClusterId- the subcluster identifier
-