Class GetSubClusterPolicyConfigurationRequestPBImpl
java.lang.Object
org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterPolicyConfigurationRequest
org.apache.hadoop.yarn.server.federation.store.records.impl.pb.GetSubClusterPolicyConfigurationRequestPBImpl
@Private
@Unstable
public class GetSubClusterPolicyConfigurationRequestPBImpl
extends GetSubClusterPolicyConfigurationRequest
Protocol buffer based implementation of
GetSubClusterPolicyConfigurationRequest.-
Constructor Summary
ConstructorsConstructorDescriptionGetSubClusterPolicyConfigurationRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterPolicyConfigurationRequestProto proto) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterPolicyConfigurationRequestProtogetProto()getQueue()Get the name of the queue for which we are requesting a policy configuration.inthashCode()voidSets the name of the queue for which we are requesting a policy configuration.toString()Methods inherited from class org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterPolicyConfigurationRequest
newInstance
-
Constructor Details
-
GetSubClusterPolicyConfigurationRequestPBImpl
public GetSubClusterPolicyConfigurationRequestPBImpl() -
GetSubClusterPolicyConfigurationRequestPBImpl
public GetSubClusterPolicyConfigurationRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterPolicyConfigurationRequestProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterPolicyConfigurationRequestProto getProto() -
hashCode
public int hashCode() -
equals
-
toString
-
getQueue
Description copied from class:GetSubClusterPolicyConfigurationRequestGet the name of the queue for which we are requesting a policy configuration.- Specified by:
getQueuein classGetSubClusterPolicyConfigurationRequest- Returns:
- the name of the queue
-
setQueue
Description copied from class:GetSubClusterPolicyConfigurationRequestSets the name of the queue for which we are requesting a policy configuration.- Specified by:
setQueuein classGetSubClusterPolicyConfigurationRequest- Parameters:
queueName- the name of the queue
-