| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity |
| Modifier and Type | Field | Description |
|---|---|---|
protected QueueCapacityUpdateContext |
ResourceCalculationDriver.updateContext |
| Modifier and Type | Method | Description |
|---|---|---|
QueueCapacityUpdateContext |
ResourceCalculationDriver.getUpdateContext() |
Returns the context that is used throughout the whole update phase.
|
QueueCapacityUpdateContext |
CapacitySchedulerQueueCapacityHandler.updateChildren(org.apache.hadoop.yarn.api.records.Resource clusterResource,
CSQueue queue) |
Updates the resource and metrics values of all children under a specific queue.
|
| Constructor | Description |
|---|---|
ResourceCalculationDriver(CSQueue queue,
QueueCapacityUpdateContext updateContext,
java.util.Map<QueueCapacityVector.ResourceUnitCapacityType,AbstractQueueCapacityCalculator> calculators,
java.util.Collection<java.lang.String> definedResources) |
|
RootCalculationDriver(CSQueue rootQueue,
QueueCapacityUpdateContext updateContext,
AbstractQueueCapacityCalculator rootCalculator,
java.util.Collection<java.lang.String> definedResources) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.