| Package | Description |
|---|---|
| org.apache.activemq.broker.region.cursors |
Cursors used to page persistent messages into the broker from the store
|
| Modifier and Type | Method and Description |
|---|---|
PendingNode |
QueueDispatchPendingList.addMessageFirst(org.apache.activemq.broker.region.MessageReference message)
Messages added are added directly to the pagedInPendingDispatch set of messages.
|
PendingNode |
PrioritizedPendingList.addMessageFirst(org.apache.activemq.broker.region.MessageReference message) |
PendingNode |
PendingList.addMessageFirst(org.apache.activemq.broker.region.MessageReference message)
Adds the given message to the head of the list.
|
PendingNode |
OrderedPendingList.addMessageFirst(org.apache.activemq.broker.region.MessageReference message) |
PendingNode |
QueueDispatchPendingList.addMessageLast(org.apache.activemq.broker.region.MessageReference message)
Messages added are added directly to the pagedInPendingDispatch set of messages.
|
PendingNode |
PrioritizedPendingList.addMessageLast(org.apache.activemq.broker.region.MessageReference message) |
PendingNode |
PendingList.addMessageLast(org.apache.activemq.broker.region.MessageReference message)
Adds the given message to the tail of the list.
|
PendingNode |
OrderedPendingList.addMessageLast(org.apache.activemq.broker.region.MessageReference message) |
PendingNode |
QueueDispatchPendingList.remove(org.apache.activemq.broker.region.MessageReference message) |
PendingNode |
PrioritizedPendingList.remove(org.apache.activemq.broker.region.MessageReference message) |
PendingNode |
PendingList.remove(org.apache.activemq.broker.region.MessageReference message)
Removes the given MessageReference from the PendingList if it is
contained within.
|
PendingNode |
OrderedPendingList.remove(org.apache.activemq.broker.region.MessageReference message) |
PendingNode |
PendingMessageHelper.removeFromMap(org.apache.activemq.broker.region.MessageReference message) |
| Modifier and Type | Method and Description |
|---|---|
void |
PendingMessageHelper.addToMap(org.apache.activemq.broker.region.MessageReference message,
PendingNode node) |
| Constructor and Description |
|---|
PendingMessageHelper(Map<org.apache.activemq.command.MessageId,PendingNode> map,
org.apache.activemq.management.SizeStatisticImpl messageSize) |
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.