| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.reservation |
| Modifier and Type | Method | Description |
|---|---|---|
static RLESparseResourceAllocation.RLEOperator |
RLESparseResourceAllocation.RLEOperator.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static RLESparseResourceAllocation.RLEOperator[] |
RLESparseResourceAllocation.RLEOperator.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static RLESparseResourceAllocation |
RLESparseResourceAllocation.merge(org.apache.hadoop.yarn.util.resource.ResourceCalculator resCalc,
org.apache.hadoop.yarn.api.records.Resource clusterResource,
RLESparseResourceAllocation a,
RLESparseResourceAllocation b,
RLESparseResourceAllocation.RLEOperator operator,
long start,
long end) |
Merges the range start to end of two
RLESparseResourceAllocation
using a given RLEOperator. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.