Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity |
Modifier and Type | Method and Description |
---|---|
static UserWeights |
UserWeights.createByConfig(CapacitySchedulerConfiguration conf,
ConfigurationProperties configurationProperties,
String queuePath) |
static UserWeights |
UserWeights.createEmpty() |
UserWeights |
CapacitySchedulerConfiguration.getAllUserWeightsForQueue(String queuePath)
Get the weights of all users at this queue level from the configuration.
|
UserWeights |
CSQueue.getUserWeights()
Get the UserWeights object that wraps a map of usernames and weights
|
UserWeights |
AbstractCSQueue.getUserWeights() |
Modifier and Type | Method and Description |
---|---|
void |
UserWeights.addFrom(UserWeights addFrom) |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.