Uses of Class
org.apache.hadoop.yarn.api.records.QueueConfigurations
Packages that use QueueConfigurations
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of QueueConfigurations in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return QueueConfigurationsModifier and TypeMethodDescriptionstatic QueueConfigurationsQueueConfigurations.newInstance(float capacity, float absoluteCapacity, float maxCapacity, float absoluteMaxCapacity, float maxAMPercentage) Methods in org.apache.hadoop.yarn.api.records that return types with arguments of type QueueConfigurationsModifier and TypeMethodDescriptionabstract Map<String,QueueConfigurations> QueueInfo.getQueueConfigurations()Get the per-node-label queue configurations of the queue.Method parameters in org.apache.hadoop.yarn.api.records with type arguments of type QueueConfigurationsModifier and TypeMethodDescriptionstatic QueueInfoQueueInfo.newInstance(String queueName, String queuePath, float capacity, float maximumCapacity, float currentCapacity, List<QueueInfo> childQueues, List<ApplicationReport> applications, QueueState queueState, Set<String> accessibleNodeLabels, String defaultNodeLabelExpression, QueueStatistics queueStatistics, boolean preemptionDisabled, float weight, int maxParallelApps, Map<String, QueueConfigurations> queueConfigurations) static QueueInfoQueueInfo.newInstance(String queueName, String queuePath, float capacity, float maximumCapacity, float currentCapacity, List<QueueInfo> childQueues, List<ApplicationReport> applications, QueueState queueState, Set<String> accessibleNodeLabels, String defaultNodeLabelExpression, QueueStatistics queueStatistics, boolean preemptionDisabled, float weight, int maxParallelApps, Map<String, QueueConfigurations> queueConfigurations, boolean intraQueuePreemptionDisabled) abstract voidQueueInfo.setQueueConfigurations(Map<String, QueueConfigurations> queueConfigurations) Set the per-node-label queue configurations for the queue.