@Private @Unstable public class GetSubClusterPolicyConfigurationRequestPBImpl extends GetSubClusterPolicyConfigurationRequest
GetSubClusterPolicyConfigurationRequest.| Constructor | Description |
|---|---|
GetSubClusterPolicyConfigurationRequestPBImpl() |
|
GetSubClusterPolicyConfigurationRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterPolicyConfigurationRequestProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object other) |
|
org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterPolicyConfigurationRequestProto |
getProto() |
|
java.lang.String |
getQueue() |
Get the name of the queue for which we are requesting a policy
configuration.
|
int |
hashCode() |
|
void |
setQueue(java.lang.String queueName) |
Sets the name of the queue for which we are requesting a policy
configuration.
|
java.lang.String |
toString() |
newInstancepublic GetSubClusterPolicyConfigurationRequestPBImpl()
public GetSubClusterPolicyConfigurationRequestPBImpl(org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterPolicyConfigurationRequestProto proto)
public org.apache.hadoop.yarn.federation.proto.YarnServerFederationProtos.GetSubClusterPolicyConfigurationRequestProto getProto()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getQueue()
GetSubClusterPolicyConfigurationRequestgetQueue in class GetSubClusterPolicyConfigurationRequestpublic void setQueue(java.lang.String queueName)
GetSubClusterPolicyConfigurationRequestsetQueue in class GetSubClusterPolicyConfigurationRequestqueueName - the name of the queueCopyright © 2008–2025 Apache Software Foundation. All rights reserved.