| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.federation.policies.dao |
DAO objects for serializing/deserializing policy configurations.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<SubClusterIdInfo,java.lang.Float> |
WeightedPolicyInfo.getAMRMPolicyWeights() |
Getter for AMRMProxy weights.
|
java.util.Map<SubClusterIdInfo,java.lang.Float> |
WeightedPolicyInfo.getRouterPolicyWeights() |
Getter of the router weights.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
WeightedPolicyInfo.setAMRMPolicyWeights(java.util.Map<SubClusterIdInfo,java.lang.Float> policyWeights) |
Setter method for ARMRMProxy weights.
|
void |
WeightedPolicyInfo.setRouterPolicyWeights(java.util.Map<SubClusterIdInfo,java.lang.Float> policyWeights) |
Setter method for Router weights.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.