@InterfaceAudience.Private public static class UserGroupMappingPlacementRule.QueueMapping extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UserGroupMappingPlacementRule.QueueMapping.MappingType |
Constructor and Description |
---|
QueueMapping(UserGroupMappingPlacementRule.QueueMapping.MappingType type,
String source,
String queue) |
QueueMapping(UserGroupMappingPlacementRule.QueueMapping.MappingType type,
String source,
String queue,
String parentQueue) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getParentQueue() |
String |
getQueue() |
String |
getSource() |
UserGroupMappingPlacementRule.QueueMapping.MappingType |
getType() |
int |
hashCode() |
boolean |
hasParentQueue() |
String |
toString() |
public static final String DELIMITER
public QueueMapping(UserGroupMappingPlacementRule.QueueMapping.MappingType type, String source, String queue)
public QueueMapping(UserGroupMappingPlacementRule.QueueMapping.MappingType type, String source, String queue, String parentQueue)
public String getQueue()
public String getParentQueue()
public boolean hasParentQueue()
public UserGroupMappingPlacementRule.QueueMapping.MappingType getType()
public String getSource()
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.