|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PendingList | |
---|---|
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 |
---|
Fields in org.apache.activemq.broker.region declared as PendingList | |
---|---|
protected PendingList |
Queue.pagedInPendingDispatch
|
protected PendingList |
Queue.redeliveredWaitingDispatch
|
Uses of PendingList in org.apache.activemq.broker.region.cursors |
---|
Classes in org.apache.activemq.broker.region.cursors that implement PendingList | |
---|---|
class |
OrderedPendingList
|
class |
PrioritizedPendingList
|
Fields in org.apache.activemq.broker.region.cursors declared as PendingList | |
---|---|
protected PendingList |
AbstractStoreCursor.batchList
|
Methods in org.apache.activemq.broker.region.cursors with parameters of type PendingList | |
---|---|
void |
PrioritizedPendingList.addAll(PendingList pendingList)
|
void |
OrderedPendingList.addAll(PendingList pendingList)
|
void |
PendingList.addAll(PendingList pendingList)
Adds all the elements of the given PendingList to this PendingList. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |