Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.placement.converter |
Modifier and Type | Method and Description |
---|---|
LegacyMappingRuleToJson |
LegacyMappingRuleToJson.setAppNameMappingRules(Collection<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.setAppNameMappingRules(String rules)
This setter method is used to set the raw string format of the legacy
application name mapping rules.
|
LegacyMappingRuleToJson |
LegacyMappingRuleToJson.setUserGroupMappingRules(Collection<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.
|
LegacyMappingRuleToJson |
LegacyMappingRuleToJson.setUserGroupMappingRules(String rules)
This setter method is used to set the raw string format of the legacy
user group mapping rules.
|
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.