Uses of Interface
org.apache.activemq.broker.region.cursors.PendingMessageCursor
Packages that use PendingMessageCursor
Package
Description
Region abstraction and implementations in the Broker.
Cursors used to page persistent messages into the broker from the store
The policies which can be associated with a particular destination or wildcard.
-
Uses of PendingMessageCursor in org.apache.activemq.broker.region
Fields in org.apache.activemq.broker.region declared as PendingMessageCursorModifier and TypeFieldDescriptionprotected PendingMessageCursorTopicSubscription.matchedprotected PendingMessageCursorQueue.messagesprotected PendingMessageCursorPrefetchSubscription.pendingMethods in org.apache.activemq.broker.region that return PendingMessageCursorModifier and TypeMethodDescriptionTopicSubscription.getMatched()Queue.getMessages()PrefetchSubscription.getPending()Methods in org.apache.activemq.broker.region with parameters of type PendingMessageCursorModifier and TypeMethodDescriptionvoidTopicSubscription.setMatched(PendingMessageCursor matched) voidQueue.setMessages(PendingMessageCursor messages) voidPrefetchSubscription.setPending(PendingMessageCursor pending) protected voidDurableTopicSubscription.setPendingBatchSize(PendingMessageCursor pending, int numberToDispatch) protected voidPrefetchSubscription.setPendingBatchSize(PendingMessageCursor pending, int numberToDispatch) Constructors in org.apache.activemq.broker.region with parameters of type PendingMessageCursorModifierConstructorDescriptionPrefetchSubscription(Broker broker, SystemUsage usageManager, ConnectionContext context, org.apache.activemq.command.ConsumerInfo info, PendingMessageCursor cursor) -
Uses of PendingMessageCursor in org.apache.activemq.broker.region.cursors
Classes in org.apache.activemq.broker.region.cursors that implement PendingMessageCursorModifier and TypeClassDescriptionclassAbstract method holder for pending message (messages awaiting disptach to a consumer) cursorclassStore based cursorclasspersist pending messages pending message (messages awaiting dispatch to a consumer) cursorclasspersist pending messages pending message (messages awaiting dispatch to a consumer) cursorclassStore based Cursor for Queuesclasshold pending messages in a linked list (messages awaiting disptach to a consumer) cursorMethods in org.apache.activemq.broker.region.cursors that return PendingMessageCursorModifier and TypeMethodDescriptionprotected PendingMessageCursorStoreDurableSubscriberCursor.getNextCursor()protected PendingMessageCursorStoreQueueCursor.getNextCursor()StoreQueueCursor.getNonPersistent()StoreQueueCursor.getPersistent()Methods in org.apache.activemq.broker.region.cursors with parameters of type PendingMessageCursorModifier and TypeMethodDescriptionvoidStoreQueueCursor.setNonPersistent(PendingMessageCursor nonPersistent) -
Uses of PendingMessageCursor in org.apache.activemq.broker.region.policy
Methods in org.apache.activemq.broker.region.policy that return PendingMessageCursorModifier and TypeMethodDescriptionFilePendingQueueMessageStoragePolicy.getQueuePendingMessageCursor(Broker broker, Queue queue) PendingQueueMessageStoragePolicy.getQueuePendingMessageCursor(Broker broker, Queue queue) Retrieve the configured pending message storage cursor;StorePendingQueueMessageStoragePolicy.getQueuePendingMessageCursor(Broker broker, Queue queue) VMPendingQueueMessageStoragePolicy.getQueuePendingMessageCursor(Broker broker, Queue queue) FilePendingDurableSubscriberMessageStoragePolicy.getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub) Retrieve the configured pending message storage cursor;FilePendingSubscriberMessageStoragePolicy.getSubscriberPendingMessageCursor(Broker broker, String name, int maxBatchSize, Subscription subs) PendingDurableSubscriberMessageStoragePolicy.getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub) Retrieve the configured pending message storage cursor;PendingSubscriberMessageStoragePolicy.getSubscriberPendingMessageCursor(Broker broker, String name, int maxBatchSize, Subscription subs) Retrieve the configured pending message storage cursor;StorePendingDurableSubscriberMessageStoragePolicy.getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub) Retrieve the configured pending message storage cursor;VMPendingDurableSubscriberMessageStoragePolicy.getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub) Retrieve the configured pending message storage cursor;VMPendingSubscriberMessageStoragePolicy.getSubscriberPendingMessageCursor(Broker broker, String name, int maxBatchSize, Subscription subs)