Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity |
Modifier and Type | Field and Description |
---|---|
protected QueueCapacityUpdateContext |
ResourceCalculationDriver.updateContext |
Modifier and Type | Method and 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 and Description |
---|
ResourceCalculationDriver(CSQueue queue,
QueueCapacityUpdateContext updateContext,
Map<QueueCapacityVector.ResourceUnitCapacityType,AbstractQueueCapacityCalculator> calculators,
Collection<String> definedResources) |
RootCalculationDriver(CSQueue rootQueue,
QueueCapacityUpdateContext updateContext,
AbstractQueueCapacityCalculator rootCalculator,
Collection<String> definedResources) |
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.