Uses of Interface
org.apache.activemq.broker.region.cursors.PendingList
Packages that use PendingList
Package
Description
Region abstraction and implementations in the Broker.
Cursors used to page persistent messages into the broker from the store
-
Uses of PendingList in org.apache.activemq.broker.region
Methods in org.apache.activemq.broker.region with parameters of type PendingListModifier and TypeMethodDescriptionprotected voidQueue.doBrowseList(List<org.apache.activemq.command.Message> browseList, int max, PendingList list, ReentrantReadWriteLock lock, ConnectionContext connectionContext, String name) -
Uses of PendingList in org.apache.activemq.broker.region.cursors
Classes in org.apache.activemq.broker.region.cursors that implement PendingListModifier and TypeClassDescriptionclassclassclassAn abstraction that keeps the correct order of messages that need to be dispatched to consumers, but also hides the fact that there might be redelivered messages that should be dispatched ahead of any other paged in messages.Fields in org.apache.activemq.broker.region.cursors declared as PendingListMethods in org.apache.activemq.broker.region.cursors with parameters of type PendingListModifier and TypeMethodDescriptionvoidOrderedPendingList.addAll(PendingList pendingList) voidPendingList.addAll(PendingList pendingList) Adds all the elements of the given PendingList to this PendingList.voidPrioritizedPendingList.addAll(PendingList pendingList) voidQueueDispatchPendingList.addAll(PendingList pendingList) static Collection<org.apache.activemq.broker.region.MessageReference>OrderedPendingList.getValues(PendingList pendingList)