Uses of Interface
org.apache.activemq.artemis.core.paging.PagingStore
Packages that use PagingStore
Package
Description
-
Uses of PagingStore in org.apache.activemq.artemis.core.paging
Methods in org.apache.activemq.artemis.core.paging that return PagingStoreModifier and TypeMethodDescriptiondefault PagingStorePagingStore.enforceAddressFullMessagePolicy(AddressFullMessagePolicy enforcedAddressFullMessagePolicy) PagingManager.getPageStore(SimpleString address) Returns the PageStore associated with the address; a new page store is created if necessary.PagingStoreFactory.newStore(SimpleString address, AddressSettings addressSettings) Methods in org.apache.activemq.artemis.core.paging that return types with arguments of type PagingStoreModifier and TypeMethodDescriptionPagingStoreFactory.reloadStores(HierarchicalRepository<AddressSettings> addressSettingsRepository) Methods in org.apache.activemq.artemis.core.paging with parameters of type PagingStoreModifier and TypeMethodDescriptionvoidPagingManager.addBlockedStore(PagingStore store) PagingStoreFactory.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 -
Uses of PagingStore in org.apache.activemq.artemis.core.paging.cursor.impl
Fields in org.apache.activemq.artemis.core.paging.cursor.impl declared as PagingStoreMethods in org.apache.activemq.artemis.core.paging.cursor.impl that return PagingStoreConstructors in org.apache.activemq.artemis.core.paging.cursor.impl with parameters of type PagingStoreModifierConstructorDescriptionPageCounterRebuildManager(PagingManager pagingManager, PagingStore store, Map<Long, PageTransactionInfo> transactions, Set<Long> storedLargeMessages, AtomicLong minPageTXIDFound) 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 PagingStoreMethods in org.apache.activemq.artemis.core.paging.impl that return PagingStoreModifier and TypeMethodDescriptionPagingManagerImpl.getPageStore(SimpleString rawStoreName) This method creates a new store if not exist.PagingStoreFactoryDatabase.newStore(SimpleString address, AddressSettings settings) PagingStoreFactoryNIO.newStore(SimpleString address, AddressSettings settings) Methods in org.apache.activemq.artemis.core.paging.impl that return types with arguments of type PagingStoreModifier and TypeMethodDescriptionPagingManagerImpl.getBlockedSet()PagingStoreFactoryDatabase.reloadStores(HierarchicalRepository<AddressSettings> addressSettingsRepository) PagingStoreFactoryNIO.reloadStores(HierarchicalRepository<AddressSettings> addressSettingsRepository) Methods in org.apache.activemq.artemis.core.paging.impl with parameters of type PagingStoreModifier and TypeMethodDescriptionvoidPagingManagerImpl.addBlockedStore(PagingStore store) PagingStoreFactoryDatabase.newCursorProvider(PagingStore store, StorageManager storageManager, AddressSettings addressSettings, ArtemisExecutor executor) PagingStoreFactoryNIO.newCursorProvider(PagingStore store, StorageManager storageManager, AddressSettings addressSettings, ArtemisExecutor executor) Constructors in org.apache.activemq.artemis.core.paging.impl with parameters of type PagingStore -
Uses of PagingStore in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence with parameters of type PagingStoreModifier and TypeMethodDescriptionbooleanStorageManager.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 PagingStoreModifier and TypeMethodDescriptionbooleanAbstractJournalStorageManager.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 PagingStoreModifier and TypeMethodDescriptionbooleanNullStorageManager.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 PagingStoreModifier and TypeMethodDescriptionQueue.getPagingStore()QueueConfig.getPagingStore()Deprecated.ServerMessage.getPagingStore()Deprecated.Methods in org.apache.activemq.artemis.core.server with parameters of type PagingStoreModifier and TypeMethodDescriptionvoidServerMessage.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 PagingStoreConstructors in org.apache.activemq.artemis.core.server.impl with parameters of type PagingStoreModifierConstructorDescriptionLastValueQueue(QueueConfiguration queueConfiguration, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory) QueueImpl(QueueConfiguration queueConfiguration, Filter filter, 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 PagingStoreMethods in org.apache.activemq.artemis.core.server.transformer with parameters of type PagingStoreModifier and TypeMethodDescriptionvoidServerMessageImpl.setPagingStore(PagingStore store) Deprecated.