Package | Description |
---|---|
org.apache.sling.event.impl.jobs | |
org.apache.sling.event.impl.jobs.jmx | |
org.apache.sling.event.impl.jobs.queues | |
org.apache.sling.event.jobs |
Modifier and Type | Method and Description |
---|---|
Queue |
JobManagerImpl.getQueue(String name) |
Modifier and Type | Method and Description |
---|---|
Iterable<Queue> |
JobManagerImpl.getQueues() |
Modifier and Type | Method and Description |
---|---|
String[] |
JobImpl.prepare(Queue queue)
Prepare a new job execution
|
boolean |
JobHandler.startProcessing(Queue queue) |
void |
JobImpl.updateQueueInfo(Queue queue)
Update information about the queue.
|
Modifier and Type | Method and Description |
---|---|
Queue |
QueueStatusEvent.getOldQueue() |
Queue |
QueueStatusEvent.getQueue() |
Constructor and Description |
---|
QueueMBeanImpl(Queue queue) |
QueueStatusEvent(Queue queue,
Queue oldqueue) |
Modifier and Type | Class and Description |
---|---|
class |
JobQueueImpl
The job blocking queue extends the blocking queue by some
functionality for the job event handling.
|
Modifier and Type | Method and Description |
---|---|
Queue |
QueueManager.getQueue(String name) |
Modifier and Type | Method and Description |
---|---|
Iterable<Queue> |
QueueManager.getQueues() |
Modifier and Type | Method and Description |
---|---|
JobHandler |
QueueJobCache.getNextJob(JobConsumerManager jobConsumerManager,
StatisticsManager statisticsManager,
Queue queue,
boolean doFull)
Get the next job.
|
Modifier and Type | Method and Description |
---|---|
Queue |
JobManager.getQueue(String name)
Return a queue with a specific name (if running)
|
Modifier and Type | Method and Description |
---|---|
Iterable<Queue> |
JobManager.getQueues()
Return an iterator for all available queues.
|
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.