Class QueuePrefixes
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.QueuePrefixes
-
Method Summary
Modifier and TypeMethodDescriptionstatic QueuePathstatic StringgetAutoCreatedQueueTemplateConfPrefix(QueuePath queuePath) Get the auto created leaf queue's template configuration prefix.static StringgetNodeLabelPrefix(QueuePath queuePath, String label) static StringgetQueuePrefix(QueuePath queuePath)
-
Method Details
-
getQueuePrefix
-
getNodeLabelPrefix
-
getAutoCreatedQueueTemplateConfPrefix
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
-