| Package | Description |
|---|---|
| org.apache.synapse.commons.executors |
| Modifier and Type | Class and Description |
|---|---|
class |
PRRNextQueueAlgorithm<E>
This is a priority based round robin algorithm for getting the next queue
|
| Modifier and Type | Method and Description |
|---|---|
NextQueueAlgorithm<E> |
MultiPriorityBlockingQueue.getNextQueueAlgorithm() |
| Constructor and Description |
|---|
MultiPriorityBlockingQueue(List<InternalQueue<E>> queues,
boolean isFixedQueues,
NextQueueAlgorithm<E> algorithm)
Create a queue with the given queues.
|
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.