Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.UserWeights
Packages that use UserWeights
-
Uses of UserWeights in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity that return UserWeightsModifier and TypeMethodDescriptionstatic UserWeightsUserWeights.createByConfig(CapacitySchedulerConfiguration conf, ConfigurationProperties configurationProperties, QueuePath queuePath) static UserWeightsUserWeights.createEmpty()CapacitySchedulerConfiguration.getAllUserWeightsForQueue(QueuePath queuePath) Get the weights of all users at this queue level from the configuration.AbstractCSQueue.getUserWeights()CSQueue.getUserWeights()Get the UserWeights object that wraps a map of usernames and weightsMethods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type UserWeights