Uses of Interface
org.apache.activemq.artemis.core.paging.cursor.PageSubscription
-
-
Uses of PageSubscription in org.apache.activemq.artemis.core.paging
Methods in org.apache.activemq.artemis.core.paging with parameters of type PageSubscription Modifier and Type Method Description booleanPageTransactionInfo. deliverAfterCommit(PageIterator pageIterator, PageSubscription cursor, PagedReference pagedMessage)This method will hold the position to be delivered later in case this transaction is pending. -
Uses of PageSubscription in org.apache.activemq.artemis.core.paging.cursor
Fields in org.apache.activemq.artemis.core.paging.cursor declared as PageSubscription Modifier and Type Field Description protected PageSubscriptionPagedReferenceImpl. subscriptionMethods in org.apache.activemq.artemis.core.paging.cursor that return PageSubscription Modifier and Type Method Description PageSubscriptionPageCursorProvider. createSubscription(long queueId, Filter filter, boolean durable)PageSubscriptionPageCursorProvider. getSubscription(long queueId)Methods in org.apache.activemq.artemis.core.paging.cursor with parameters of type PageSubscription Modifier and Type Method Description voidPageCursorProvider. close(PageSubscription pageCursorImpl)PagedReferencePageCursorProvider. newReference(PagedMessage msg, PageSubscription sub)Constructors in org.apache.activemq.artemis.core.paging.cursor with parameters of type PageSubscription Constructor Description PagedReferenceImpl(PagedMessage message, PageSubscription subscription)QueryPagedReferenceImpl(PagePosition position, PagedMessage message, PageSubscription subscription) -
Uses of PageSubscription in org.apache.activemq.artemis.core.paging.cursor.impl
Classes in org.apache.activemq.artemis.core.paging.cursor.impl that implement PageSubscription Modifier and Type Class Description classPageSubscriptionImplMethods in org.apache.activemq.artemis.core.paging.cursor.impl that return PageSubscription Modifier and Type Method Description PageSubscriptionPageCursorProviderImpl. createSubscription(long cursorID, Filter filter, boolean persistent)PageSubscriptionPageCursorProviderImpl. getSubscription(long cursorID)Methods in org.apache.activemq.artemis.core.paging.cursor.impl with parameters of type PageSubscription Modifier and Type Method Description voidPageCursorProviderImpl. close(PageSubscription cursor)PagedReferencePageCursorProviderImpl. newReference(PagedMessage msg, PageSubscription subscription)Method parameters in org.apache.activemq.artemis.core.paging.cursor.impl with type arguments of type PageSubscription Modifier and Type Method Description protected voidPageCursorProviderImpl. cleanupComplete(ArrayList<PageSubscription> cursorList)protected voidPageCursorProviderImpl. storeBookmark(ArrayList<PageSubscription> cursorList, Page currentPage)Constructors in org.apache.activemq.artemis.core.paging.cursor.impl with parameters of type PageSubscription Constructor Description PageSubscriptionCounterImpl(StorageManager storage, PageSubscription subscription, boolean persistent, long subscriptionID) -
Uses of PageSubscription in org.apache.activemq.artemis.core.paging.impl
Methods in org.apache.activemq.artemis.core.paging.impl with parameters of type PageSubscription Modifier and Type Method Description booleanPageTransactionInfoImpl. deliverAfterCommit(PageIterator iterator, PageSubscription cursor, PagedReference pagedReference) -
Uses of PageSubscription in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return PageSubscription Modifier and Type Method Description PageSubscriptionQueue. getPageSubscription()PageSubscriptionQueueConfig. pageSubscription()Deprecated.Methods in org.apache.activemq.artemis.core.server with parameters of type PageSubscription Modifier and Type Method Description QueueQueueFactory. createQueue(long persistenceID, SimpleString address, SimpleString name, Filter filter, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated)Deprecated.voidActiveMQServerLogger_impl. timedOutFlushingExecutorsPagingCursor(PageSubscription pageSubscription)voidActiveMQServerLogger. timedOutFlushingExecutorsPagingCursor(PageSubscription pageSubscription) -
Uses of PageSubscription in org.apache.activemq.artemis.core.server.impl
Fields in org.apache.activemq.artemis.core.server.impl declared as PageSubscription Modifier and Type Field Description protected PageSubscriptionQueueImpl. pageSubscriptionMethods in org.apache.activemq.artemis.core.server.impl that return PageSubscription Modifier and Type Method Description static PageSubscriptionQueueFactoryImpl. getPageSubscription(QueueConfiguration queueConfiguration, PagingManager pagingManager)PageSubscriptionQueueImpl. getPageSubscription()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type PageSubscription Modifier and Type Method Description QueueQueueFactoryImpl. createQueue(long persistenceID, SimpleString address, SimpleString name, Filter filter, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated)Deprecated.Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type PageSubscription Constructor Description LastValueQueue(long persistenceID, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean purgeOnNoConsumers, SimpleString lastValueKey, Boolean nonDestructive, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean configurationManaged, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.LastValueQueue(QueueConfiguration queueConfiguration, PagingStore pagingStore, PageSubscription pageSubscription, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean purgeOnNoConsumers, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean configurationManaged, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean purgeOnNoConsumers, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean configurationManaged, Long ringSize, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean purgeOnNoConsumers, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean configurationManaged, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean purgeOnNoConsumers, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean purgeOnNoConsumers, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(QueueConfiguration queueConfiguration, PagingStore pagingStore, PageSubscription pageSubscription, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)
-