Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.placement.converter.LegacyMappingRuleToJson
Packages that use LegacyMappingRuleToJson
Package
Description
-
Uses of LegacyMappingRuleToJson in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.placement.converter
Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.placement.converter that return LegacyMappingRuleToJsonModifier and TypeMethodDescriptionLegacyMappingRuleToJson.setAppNameMappingRules(String rules) This setter method is used to set the raw string format of the legacy application name mapping rules.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.setUserGroupMappingRules(String rules) This setter method is used to set the raw string format of the legacy user group mapping rules.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.