@InterfaceAudience.Private public class QueueMapping extends Object
Modifier and Type | Class and Description |
---|---|
static class |
QueueMapping.MappingType
Different types of mapping.
|
static class |
QueueMapping.QueueMappingBuilder
Builder class for QueueMapping.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFullPath() |
String |
getParentQueue() |
String |
getQueue() |
QueuePath |
getQueuePath() |
String |
getSource() |
QueueMapping.MappingType |
getType() |
int |
hashCode() |
boolean |
hasParentQueue() |
String |
toString() |
public String getQueue()
public String getParentQueue()
public boolean hasParentQueue()
public QueueMapping.MappingType getType()
public String getSource()
public String getFullPath()
public QueuePath getQueuePath()
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.