| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.placement.converter |
| Modifier and Type | Method | Description |
|---|---|---|
LegacyMappingRuleToJson |
LegacyMappingRuleToJson.setAppNameMappingRules(java.lang.String rules) |
This setter method is used to set the raw string format of the legacy
application name mapping rules.
|
LegacyMappingRuleToJson |
LegacyMappingRuleToJson.setAppNameMappingRules(java.util.Collection<java.lang.String> rules) |
This setter method is used to set the the application name mapping rules as
a string collection, where each entry is one rule.
|
LegacyMappingRuleToJson |
LegacyMappingRuleToJson.setUserGroupMappingRules(java.lang.String rules) |
This setter method is used to set the raw string format of the legacy
user group mapping rules.
|
LegacyMappingRuleToJson |
LegacyMappingRuleToJson.setUserGroupMappingRules(java.util.Collection<java.lang.String> rules) |
This setter method is used to set the the user group mapping rules as a
string collection, where each entry is one rule.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.