public class QueueConfigurationManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QueueConfigurationManager.QueueInfo |
| Constructor and Description |
|---|
QueueConfigurationManager() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
bindConfig(InternalQueueConfiguration config)
Add a new queue configuration.
|
InternalQueueConfiguration[] |
getConfigurations()
Return all configurations.
|
InternalQueueConfiguration |
getMainQueueConfiguration()
Get the configuration for the main queue.
|
QueueConfigurationManager.QueueInfo |
getQueueInfo(String topic)
Find the queue configuration for the job.
|
protected void |
unbindConfig(InternalQueueConfiguration config)
Remove a queue configuration.
|
protected void |
updateConfig(InternalQueueConfiguration config)
Update a queue configuration.
|
protected void bindConfig(InternalQueueConfiguration config)
config - A new queue configuration.protected void unbindConfig(InternalQueueConfiguration config)
config - The queue configuration.protected void updateConfig(InternalQueueConfiguration config)
config - The queue configuration.public InternalQueueConfiguration[] getConfigurations()
public InternalQueueConfiguration getMainQueueConfiguration()
public QueueConfigurationManager.QueueInfo getQueueInfo(String topic)
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.