|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InternalQueueConfiguration | |
|---|---|
| org.apache.sling.event.impl.jobs | |
| org.apache.sling.event.impl.jobs.config | |
| org.apache.sling.event.impl.jobs.queues | |
| Uses of InternalQueueConfiguration in org.apache.sling.event.impl.jobs |
|---|
| Methods in org.apache.sling.event.impl.jobs that return InternalQueueConfiguration | |
|---|---|
InternalQueueConfiguration |
DefaultJobManager.getMainQueueConfiguration()
|
| Uses of InternalQueueConfiguration in org.apache.sling.event.impl.jobs.config |
|---|
| Methods in org.apache.sling.event.impl.jobs.config that return InternalQueueConfiguration | |
|---|---|
static InternalQueueConfiguration |
InternalQueueConfiguration.fromConfiguration(java.util.Map<java.lang.String,java.lang.Object> params)
Create a new configuration from a config |
InternalQueueConfiguration[] |
QueueConfigurationManager.getConfigurations()
Return all configurations. |
InternalQueueConfiguration |
QueueConfigurationManager.getQueueConfiguration(JobEvent event)
Find the queue configuration for the job. |
| Uses of InternalQueueConfiguration in org.apache.sling.event.impl.jobs.queues |
|---|
| Fields in org.apache.sling.event.impl.jobs.queues declared as InternalQueueConfiguration | |
|---|---|
protected InternalQueueConfiguration |
AbstractJobQueue.configuration
Configuration. |
| Methods in org.apache.sling.event.impl.jobs.queues that return InternalQueueConfiguration | |
|---|---|
InternalQueueConfiguration |
AbstractJobQueue.getConfiguration()
Return the queue configuration |
| Constructors in org.apache.sling.event.impl.jobs.queues with parameters of type InternalQueueConfiguration | |
|---|---|
AbstractJobQueue(java.lang.String name,
InternalQueueConfiguration config,
EnvironmentComponent environment)
Start this queue |
|
AbstractParallelJobQueue(java.lang.String name,
InternalQueueConfiguration config,
EnvironmentComponent env,
org.apache.sling.commons.scheduler.Scheduler scheduler)
|
|
OrderedJobQueue(java.lang.String name,
InternalQueueConfiguration config,
EnvironmentComponent env)
|
|
ParallelJobQueue(java.lang.String name,
InternalQueueConfiguration config,
EnvironmentComponent env,
org.apache.sling.commons.scheduler.Scheduler scheduler)
|
|
TopicRoundRobinJobQueue(java.lang.String name,
InternalQueueConfiguration config,
EnvironmentComponent env,
org.apache.sling.commons.scheduler.Scheduler scheduler)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||