Class QueueNodeLabelsSettings
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.QueueNodeLabelsSettings
This class determines accessible node labels, configured node labels and the default node
label expression based on the
CapacitySchedulerConfiguration object and other queue
properties.-
Constructor Summary
ConstructorsConstructorDescriptionQueueNodeLabelsSettings(CapacitySchedulerConfiguration configuration, CSQueue parent, QueuePath queuePath, ConfiguredNodeLabels configuredNodeLabels) -
Method Summary
-
Constructor Details
-
QueueNodeLabelsSettings
public QueueNodeLabelsSettings(CapacitySchedulerConfiguration configuration, CSQueue parent, QueuePath queuePath, ConfiguredNodeLabels configuredNodeLabels) throws IOException - Throws:
IOException
-
-
Method Details
-
isAccessibleToPartition
-
getAccessibleNodeLabels
-
getConfiguredNodeLabels
-
getDefaultLabelExpression
-