| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity |
| Modifier and Type | Method | Description |
|---|---|---|
QueueCapacityVector.QueueCapacityVectorEntry |
CalculationContext.getCurrentMaximumCapacityEntry(java.lang.String label) |
A shorthand to return the maximum capacity vector entry for the currently evaluated child and
resource name.
|
QueueCapacityVector.QueueCapacityVectorEntry |
CalculationContext.getCurrentMinimumCapacityEntry(java.lang.String label) |
A shorthand to return the minimum capacity vector entry for the currently evaluated child and
resource name.
|
QueueCapacityVector.QueueCapacityVectorEntry |
QueueCapacityVector.getResource(java.lang.String resourceName) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Iterator<QueueCapacityVector.QueueCapacityVectorEntry> |
QueueCapacityVector.iterator() |
| Modifier and Type | Method | 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–2025 Apache Software Foundation. All rights reserved.