java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.QueuePrefixes

public final class QueuePrefixes extends Object
  • Method Details

    • getQueuePrefix

      public static String getQueuePrefix(QueuePath queuePath)
    • getNodeLabelPrefix

      public static String getNodeLabelPrefix(QueuePath queuePath, String label)
    • getAutoCreatedQueueTemplateConfPrefix

      public static String getAutoCreatedQueueTemplateConfPrefix(QueuePath queuePath)
      Get the auto created leaf queue's template configuration prefix. Leaf queue's template capacities are configured at the parent queue.
      Parameters:
      queuePath - parent queue's path
      Returns:
      Config prefix for leaf queue template configurations
    • getAutoCreatedQueueObjectTemplateConfPrefix

      public static QueuePath getAutoCreatedQueueObjectTemplateConfPrefix(QueuePath queuePath)