E
- public interface NextQueueAlgorithm<E>
Modifier and Type | Method and Description |
---|---|
InternalQueue<E> |
getNextQueue()
Should return a queue based on some selection criteria and current
state of the queues.
|
void |
init(List<InternalQueue<E>> queues)
Initialized with the queues sorted according to the priority.
|
void init(List<InternalQueue<E>> queues)
queues
- list of queuesInternalQueue<E> getNextQueue()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.