Uses of Interface
org.apache.activemq.broker.region.cursors.PendingMessageCursor
-
Packages that use PendingMessageCursor Package Description org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.broker.region.cursors Cursors used to page persistent messages into the broker from the storeorg.apache.activemq.broker.region.policy 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 PendingMessageCursor Modifier and Type Field Description protected PendingMessageCursorTopicSubscription. matchedprotected PendingMessageCursorQueue. messagesprotected PendingMessageCursorPrefetchSubscription. pendingMethods in org.apache.activemq.broker.region that return PendingMessageCursor Modifier and Type Method Description PendingMessageCursorTopicSubscription. getMatched()PendingMessageCursorQueue. getMessages()PendingMessageCursorPrefetchSubscription. getPending()Methods in org.apache.activemq.broker.region with parameters of type PendingMessageCursor Modifier and Type Method Description voidTopicSubscription. 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 PendingMessageCursor Constructor Description PrefetchSubscription(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 PendingMessageCursor Modifier and Type Class Description classAbstractPendingMessageCursorAbstract method holder for pending message (messages awaiting disptach to a consumer) cursorclassAbstractStoreCursorStore based cursorclassFilePendingMessageCursorpersist pending messages pending message (messages awaiting dispatch to a consumer) cursorclassStoreDurableSubscriberCursorpersist pending messages pending message (messages awaiting dispatch to a consumer) cursorclassStoreQueueCursorStore based Cursor for QueuesclassVMPendingMessageCursorhold pending messages in a linked list (messages awaiting disptach to a consumer) cursorMethods in org.apache.activemq.broker.region.cursors that return PendingMessageCursor Modifier and Type Method Description protected PendingMessageCursorStoreDurableSubscriberCursor. getNextCursor()protected PendingMessageCursorStoreQueueCursor. getNextCursor()PendingMessageCursorStoreQueueCursor. getNonPersistent()PendingMessageCursorStoreQueueCursor. getPersistent()Methods in org.apache.activemq.broker.region.cursors with parameters of type PendingMessageCursor Modifier and Type Method Description voidStoreQueueCursor. setNonPersistent(PendingMessageCursor nonPersistent) -
Uses of PendingMessageCursor in org.apache.activemq.broker.region.policy
Methods in org.apache.activemq.broker.region.policy that return PendingMessageCursor Modifier and Type Method Description PendingMessageCursorFilePendingQueueMessageStoragePolicy. getQueuePendingMessageCursor(Broker broker, Queue queue)PendingMessageCursorPendingQueueMessageStoragePolicy. getQueuePendingMessageCursor(Broker broker, Queue queue)Retrieve the configured pending message storage cursor;PendingMessageCursorStorePendingQueueMessageStoragePolicy. getQueuePendingMessageCursor(Broker broker, Queue queue)PendingMessageCursorVMPendingQueueMessageStoragePolicy. getQueuePendingMessageCursor(Broker broker, Queue queue)PendingMessageCursorFilePendingDurableSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub)Retrieve the configured pending message storage cursor;PendingMessageCursorFilePendingSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String name, int maxBatchSize, Subscription subs)PendingMessageCursorPendingDurableSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub)Retrieve the configured pending message storage cursor;PendingMessageCursorPendingSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String name, int maxBatchSize, Subscription subs)Retrieve the configured pending message storage cursor;PendingMessageCursorStorePendingDurableSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub)Retrieve the configured pending message storage cursor;PendingMessageCursorVMPendingDurableSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String clientId, String name, int maxBatchSize, DurableTopicSubscription sub)Retrieve the configured pending message storage cursor;PendingMessageCursorVMPendingSubscriberMessageStoragePolicy. getSubscriberPendingMessageCursor(Broker broker, String name, int maxBatchSize, Subscription subs)
-