Class | Description |
---|---|
AbstractJobQueue |
The job blocking queue extends the blocking queue by some
functionality for the job event handling.
|
OrderedJobQueue |
An ordered job queue is processing the queue FIFO in a serialized
way.
|
ParallelJobQueue |
The default parallel job queue processing the entries FIFO.
|
QueueJobCache |
The queue job cache caches jobs per queue based on the topics the queue is actively
processing.
|
QueueManager |
Implementation of the job manager.
|
QueueServices |
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.