Class GetSubClusterPolicyConfigurationRequest

java.lang.Object
org.apache.hadoop.yarn.server.federation.store.records.GetSubClusterPolicyConfigurationRequest
Direct Known Subclasses:
GetSubClusterPolicyConfigurationRequestPBImpl

@Private @Unstable public abstract class GetSubClusterPolicyConfigurationRequest extends Object
GetSubClusterPolicyConfigurationRequest is a request to the FederationPolicyStore to get the configuration of a policy for a given queue.
  • Constructor Details

    • GetSubClusterPolicyConfigurationRequest

      public GetSubClusterPolicyConfigurationRequest()
  • Method Details

    • newInstance

      @Private @Unstable public static GetSubClusterPolicyConfigurationRequest newInstance(String queueName)
    • getQueue

      @Public @Unstable public abstract String getQueue()
      Get the name of the queue for which we are requesting a policy configuration.
      Returns:
      the name of the queue
    • setQueue

      @Private @Unstable public abstract void setQueue(String queueName)
      Sets the name of the queue for which we are requesting a policy configuration.
      Parameters:
      queueName - the name of the queue