Uses of Class
org.apache.activemq.broker.region.cursors.PendingNode
Packages that use PendingNode
Package
Description
Cursors used to page persistent messages into the broker from the store
-
Uses of PendingNode in org.apache.activemq.broker.region.cursors
Methods in org.apache.activemq.broker.region.cursors that return PendingNodeModifier and TypeMethodDescriptionOrderedPendingList.addMessageFirst(org.apache.activemq.broker.region.MessageReference message) PendingList.addMessageFirst(org.apache.activemq.broker.region.MessageReference message) Adds the given message to the head of the list.PrioritizedPendingList.addMessageFirst(org.apache.activemq.broker.region.MessageReference message) QueueDispatchPendingList.addMessageFirst(org.apache.activemq.broker.region.MessageReference message) Messages added are added directly to the pagedInPendingDispatch set of messages.OrderedPendingList.addMessageLast(org.apache.activemq.broker.region.MessageReference message) PendingList.addMessageLast(org.apache.activemq.broker.region.MessageReference message) Adds the given message to the tail of the list.PrioritizedPendingList.addMessageLast(org.apache.activemq.broker.region.MessageReference message) QueueDispatchPendingList.addMessageLast(org.apache.activemq.broker.region.MessageReference message) Messages added are added directly to the pagedInPendingDispatch set of messages.OrderedPendingList.remove(org.apache.activemq.broker.region.MessageReference message) PendingList.remove(org.apache.activemq.broker.region.MessageReference message) Removes the given MessageReference from the PendingList if it is contained within.PrioritizedPendingList.remove(org.apache.activemq.broker.region.MessageReference message) QueueDispatchPendingList.remove(org.apache.activemq.broker.region.MessageReference message) PendingMessageHelper.removeFromMap(org.apache.activemq.broker.region.MessageReference message) Methods in org.apache.activemq.broker.region.cursors with parameters of type PendingNodeModifier and TypeMethodDescriptionvoidPendingMessageHelper.addToMap(org.apache.activemq.broker.region.MessageReference message, PendingNode node) Constructor parameters in org.apache.activemq.broker.region.cursors with type arguments of type PendingNodeModifierConstructorDescriptionPendingMessageHelper(Map<org.apache.activemq.command.MessageId, PendingNode> map, org.apache.activemq.management.SizeStatisticImpl messageSize)