Uses of Class
org.apache.activemq.broker.region.cursors.PendingNode
-
Packages that use PendingNode Package Description org.apache.activemq.broker.region.cursors 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 PendingNode Modifier and Type Method Description PendingNodeOrderedPendingList. addMessageFirst(MessageReference message)PendingNodePendingList. addMessageFirst(MessageReference message)Adds the given message to the head of the list.PendingNodePrioritizedPendingList. addMessageFirst(MessageReference message)PendingNodeQueueDispatchPendingList. addMessageFirst(MessageReference message)Messages added are added directly to the pagedInPendingDispatch set of messages.PendingNodeOrderedPendingList. addMessageLast(MessageReference message)PendingNodePendingList. addMessageLast(MessageReference message)Adds the given message to the tail of the list.PendingNodePrioritizedPendingList. addMessageLast(MessageReference message)PendingNodeQueueDispatchPendingList. addMessageLast(MessageReference message)Messages added are added directly to the pagedInPendingDispatch set of messages.PendingNodeOrderedPendingList. remove(MessageReference message)PendingNodePendingList. remove(MessageReference message)Removes the given MessageReference from the PendingList if it is contained within.PendingNodePrioritizedPendingList. remove(MessageReference message)PendingNodeQueueDispatchPendingList. remove(MessageReference message)PendingNodePendingMessageHelper. removeFromMap(MessageReference message)Methods in org.apache.activemq.broker.region.cursors with parameters of type PendingNode Modifier and Type Method Description voidPendingMessageHelper. addToMap(MessageReference message, PendingNode node)Constructor parameters in org.apache.activemq.broker.region.cursors with type arguments of type PendingNode Constructor Description PendingMessageHelper(Map<MessageId,PendingNode> map, SizeStatisticImpl messageSize)
-