Uses of Interface
org.apache.synapse.commons.executors.NextQueueAlgorithm

Packages that use NextQueueAlgorithm
org.apache.synapse.commons.executors   
 

Uses of NextQueueAlgorithm in org.apache.synapse.commons.executors
 

Classes in org.apache.synapse.commons.executors that implement NextQueueAlgorithm
 class PRRNextQueueAlgorithm<E>
          This is a priority based round robin algorithm for getting the next queue
 

Methods in org.apache.synapse.commons.executors that return NextQueueAlgorithm
 NextQueueAlgorithm<E> MultiPriorityBlockingQueue.getNextQueueAlgorithm()
           
 

Constructors in org.apache.synapse.commons.executors with parameters of type NextQueueAlgorithm
MultiPriorityBlockingQueue(List<InternalQueue<E>> queues, boolean isFixedQueues, NextQueueAlgorithm<E> algorithm)
          Create a queue with the given queues.
 



Copyright © 2005–2015 Apache Software Foundation. All rights reserved.