Uses of Interface
org.apache.activemq.broker.region.cursors.PendingList
-
Packages that use PendingList Package Description org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.broker.region.cursors 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 PendingList Modifier and Type Method Description protected 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 PendingList Modifier and Type Class Description classOrderedPendingListclassPrioritizedPendingListclassQueueDispatchPendingListAn 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 PendingList Modifier and Type Field Description protected PendingListAbstractStoreCursor. batchListMethods in org.apache.activemq.broker.region.cursors with parameters of type PendingList Modifier and Type Method Description voidOrderedPendingList. 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)
-