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