Uses of Interface
org.apache.synapse.commons.executors.InternalQueue
Packages that use InternalQueue
Package
Description
-
Uses of InternalQueue in org.apache.synapse.commons.executors
Methods in org.apache.synapse.commons.executors that return InternalQueueModifier and TypeMethodDescriptionNextQueueAlgorithm.getNextQueue()Should return a queue based on some selection criteria and current state of the queues.PRRNextQueueAlgorithm.getNextQueue()Methods in org.apache.synapse.commons.executors that return types with arguments of type InternalQueueMethod parameters in org.apache.synapse.commons.executors with type arguments of type InternalQueueModifier and TypeMethodDescriptionvoidNextQueueAlgorithm.init(List<InternalQueue<E>> queues) Initialized with the queues sorted according to the priority.voidPRRNextQueueAlgorithm.init(List<InternalQueue<E>> queues) Constructor parameters in org.apache.synapse.commons.executors with type arguments of type InternalQueueModifierConstructorDescriptionMultiPriorityBlockingQueue(List<InternalQueue<E>> queues, boolean isFixedQueues, NextQueueAlgorithm<E> algorithm) Create a queue with the given queues. -
Uses of InternalQueue in org.apache.synapse.commons.executors.queues
Classes in org.apache.synapse.commons.executors.queues that implement InternalQueueModifier and TypeClassDescriptionclassA bounded queue implementation for internal queues.classAn unbounded queue backed by and ArrayList.