Package | Description |
---|---|
org.apache.sling.event.impl.jobs.config | |
org.apache.sling.event.impl.jobs.queues |
Modifier and Type | Field and Description |
---|---|
InternalQueueConfiguration |
QueueConfigurationManager.QueueInfo.queueConfiguration |
Modifier and Type | Method and Description |
---|---|
static InternalQueueConfiguration |
InternalQueueConfiguration.fromConfiguration(Map<String,Object> params)
Create a new configuration from a config
|
InternalQueueConfiguration[] |
QueueConfigurationManager.getConfigurations()
Return all configurations.
|
InternalQueueConfiguration |
MainQueueConfiguration.getMainConfiguration()
Return the main queue configuration object.
|
InternalQueueConfiguration |
QueueConfigurationManager.getMainQueueConfiguration()
Get the configuration for the main queue.
|
Modifier and Type | Method and Description |
---|---|
protected void |
QueueConfigurationManager.bindConfig(InternalQueueConfiguration config)
Add a new queue configuration.
|
int |
InternalQueueConfiguration.compareTo(InternalQueueConfiguration other) |
protected void |
QueueConfigurationManager.unbindConfig(InternalQueueConfiguration config)
Remove a queue configuration.
|
protected void |
QueueConfigurationManager.updateConfig(InternalQueueConfiguration config)
Update a queue configuration.
|
Modifier and Type | Method and Description |
---|---|
InternalQueueConfiguration |
JobQueueImpl.getConfiguration()
Return the queue configuration
|
Modifier and Type | Method and Description |
---|---|
static JobQueueImpl |
JobQueueImpl.createQueue(String name,
InternalQueueConfiguration config,
QueueServices services,
Set<String> topics)
Create a new queue.
|
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.