Package | Description |
---|---|
org.apache.sling.event.impl.jobs.queues |
Modifier and Type | Field and Description |
---|---|
StatisticsManager |
QueueServices.statisticsManager |
Modifier and Type | Method and Description |
---|---|
JobHandler |
QueueJobCache.getNextJob(JobConsumerManager jobConsumerManager,
StatisticsManager statisticsManager,
Queue queue,
boolean doFull)
Get the next job.
|
void |
QueueJobCache.reschedule(String queueName,
JobHandler handler,
StatisticsManager statisticsManager)
Reschedule a job
Reschedule the job and add it back into the cache.
|
Constructor and Description |
---|
QueueJobCache(JobManagerConfiguration configuration,
String queueName,
StatisticsManager statisticsManager,
QueueConfiguration.Type queueType,
Set<String> topics)
Create a new queue job cache
|
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.