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