Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity |
Modifier and Type | Method and Description |
---|---|
QueueCapacityVector.QueueCapacityVectorEntry |
CalculationContext.getCurrentMaximumCapacityEntry(String label)
A shorthand to return the maximum capacity vector entry for the currently evaluated child and
resource name.
|
QueueCapacityVector.QueueCapacityVectorEntry |
CalculationContext.getCurrentMinimumCapacityEntry(String label)
A shorthand to return the minimum capacity vector entry for the currently evaluated child and
resource name.
|
QueueCapacityVector.QueueCapacityVectorEntry |
QueueCapacityVector.getResource(String resourceName) |
Modifier and Type | Method and Description |
---|---|
Iterator<QueueCapacityVector.QueueCapacityVectorEntry> |
QueueCapacityVector.iterator() |
Modifier and Type | Method and Description |
---|---|
double |
DefaultQueueResourceRoundingStrategy.getRoundedResource(double resourceValue,
QueueCapacityVector.QueueCapacityVectorEntry capacityVectorEntry) |
double |
QueueResourceRoundingStrategy.getRoundedResource(double resourceValue,
QueueCapacityVector.QueueCapacityVectorEntry capacityVectorEntry)
Returns a whole number converted from the calculated resource value.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.