Uses of Interface
org.apache.activemq.artemis.core.paging.PagingStore
-
-
Uses of PagingStore in org.apache.activemq.artemis.core.paging
Methods in org.apache.activemq.artemis.core.paging that return PagingStore Modifier and Type Method Description PagingStorePagingManager. getPageStore(SimpleString address)Returns the PageStore associated with the address.PagingStorePagingStoreFactory. newStore(SimpleString address, AddressSettings addressSettings)Methods in org.apache.activemq.artemis.core.paging that return types with arguments of type PagingStore Modifier and Type Method Description List<PagingStore>PagingStoreFactory. reloadStores(HierarchicalRepository<AddressSettings> addressSettingsRepository)Methods in org.apache.activemq.artemis.core.paging with parameters of type PagingStore Modifier and Type Method Description voidPagingManager. addBlockedStore(PagingStore store)PageCursorProviderPagingStoreFactory. newCursorProvider(PagingStore store, StorageManager storageManager, AddressSettings addressSettings, ArtemisExecutor executor) -
Uses of PagingStore in org.apache.activemq.artemis.core.paging.cursor
Methods in org.apache.activemq.artemis.core.paging.cursor that return PagingStore Modifier and Type Method Description PagingStorePageSubscription. getPagingStore() -
Uses of PagingStore in org.apache.activemq.artemis.core.paging.cursor.impl
Fields in org.apache.activemq.artemis.core.paging.cursor.impl declared as PagingStore Modifier and Type Field Description protected PagingStorePageCursorProviderImpl. pagingStoreMethods in org.apache.activemq.artemis.core.paging.cursor.impl that return PagingStore Modifier and Type Method Description PagingStorePageSubscriptionImpl. getPagingStore()Constructors in org.apache.activemq.artemis.core.paging.cursor.impl with parameters of type PagingStore Constructor Description PageCursorProviderImpl(PagingStore pagingStore, StorageManager storageManager) -
Uses of PagingStore in org.apache.activemq.artemis.core.paging.impl
Classes in org.apache.activemq.artemis.core.paging.impl that implement PagingStore Modifier and Type Class Description classPagingStoreImplMethods in org.apache.activemq.artemis.core.paging.impl that return PagingStore Modifier and Type Method Description PagingStorePagingManagerImpl. getPageStore(SimpleString storeName)This method creates a new store if not exist.PagingStorePagingStoreFactoryDatabase. newStore(SimpleString address, AddressSettings settings)PagingStorePagingStoreFactoryNIO. newStore(SimpleString address, AddressSettings settings)Methods in org.apache.activemq.artemis.core.paging.impl that return types with arguments of type PagingStore Modifier and Type Method Description List<PagingStore>PagingStoreFactoryDatabase. reloadStores(HierarchicalRepository<AddressSettings> addressSettingsRepository)List<PagingStore>PagingStoreFactoryNIO. reloadStores(HierarchicalRepository<AddressSettings> addressSettingsRepository)Methods in org.apache.activemq.artemis.core.paging.impl with parameters of type PagingStore Modifier and Type Method Description voidPagingManagerImpl. addBlockedStore(PagingStore store)PageCursorProviderPagingStoreFactoryDatabase. newCursorProvider(PagingStore store, StorageManager storageManager, AddressSettings addressSettings, ArtemisExecutor executor)PageCursorProviderPagingStoreFactoryNIO. newCursorProvider(PagingStore store, StorageManager storageManager, AddressSettings addressSettings, ArtemisExecutor executor)Constructors in org.apache.activemq.artemis.core.paging.impl with parameters of type PagingStore Constructor Description PageCache(PagingStore owner) -
Uses of PagingStore in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence with parameters of type PagingStore Modifier and Type Method Description booleanStorageManager. addToPage(PagingStore store, Message msg, Transaction tx, RouteContextList listCtx)Write message to page if we are paging. -
Uses of PagingStore in org.apache.activemq.artemis.core.persistence.impl.journal
Methods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type PagingStore Modifier and Type Method Description booleanAbstractJournalStorageManager. addToPage(PagingStore store, Message msg, Transaction tx, RouteContextList listCtx) -
Uses of PagingStore in org.apache.activemq.artemis.core.persistence.impl.nullpm
Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm with parameters of type PagingStore Modifier and Type Method Description booleanNullStorageManager. addToPage(PagingStore store, Message msg, Transaction tx, RouteContextList listCtx) -
Uses of PagingStore in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return PagingStore Modifier and Type Method Description PagingStoreQueue. getPagingStore()PagingStoreQueueConfig. getPagingStore()Deprecated.PagingStoreServerMessage. getPagingStore()Deprecated.Methods in org.apache.activemq.artemis.core.server with parameters of type PagingStore Modifier and Type Method Description voidServerMessage. setPagingStore(PagingStore store)Deprecated. -
Uses of PagingStore in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return PagingStore Modifier and Type Method Description PagingStoreQueueImpl. getPagingStore()Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type PagingStore 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) -
Uses of PagingStore in org.apache.activemq.artemis.core.server.transformer
Methods in org.apache.activemq.artemis.core.server.transformer that return PagingStore Modifier and Type Method Description PagingStoreServerMessageImpl. getPagingStore()Deprecated.Methods in org.apache.activemq.artemis.core.server.transformer with parameters of type PagingStore Modifier and Type Method Description voidServerMessageImpl. setPagingStore(PagingStore store)Deprecated.
-