public class AppPriorityACLConfigurationParser extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | AppPriorityACLConfigurationParser.AppPriorityACLKeyType | 
| Modifier and Type | Field and Description | 
|---|---|
| static String | ALL_ACL | 
| static String | NONE_ACL | 
| static String | PATTERN_FOR_PRIORITY_ACL | 
| Constructor and Description | 
|---|
| AppPriorityACLConfigurationParser() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<AppPriorityACLGroup> | getPriorityAcl(org.apache.hadoop.yarn.api.records.Priority clusterMaxPriority,
              String aclString) | 
public static final String PATTERN_FOR_PRIORITY_ACL
@InterfaceAudience.Private public static final String ALL_ACL
@InterfaceAudience.Private public static final String NONE_ACL
public List<AppPriorityACLGroup> getPriorityAcl(org.apache.hadoop.yarn.api.records.Priority clusterMaxPriority, String aclString)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.