Uses of Interface
org.apache.activemq.artemis.core.paging.PagingStoreFactory
Packages that use PagingStoreFactory
Package
Description
-
Uses of PagingStoreFactory in org.apache.activemq.artemis.core.paging.impl
Classes in org.apache.activemq.artemis.core.paging.impl that implement PagingStoreFactoryModifier and TypeClassDescriptionclassIntegration point between Paging and JDBCclassIntegration point between Paging and NIOMethods in org.apache.activemq.artemis.core.paging.impl that return PagingStoreFactoryMethods in org.apache.activemq.artemis.core.paging.impl with parameters of type PagingStoreFactoryModifier and TypeMethodDescriptionvoidPagingManagerImpl.replacePageStoreFactory(PagingStoreFactory factory) Constructors in org.apache.activemq.artemis.core.paging.impl with parameters of type PagingStoreFactoryModifierConstructorDescriptionPagingManagerImpl(PagingStoreFactory pagingSPI, HierarchicalRepository<AddressSettings> addressSettingsRepository) PagingManagerImpl(PagingStoreFactory pagingSPI, HierarchicalRepository<AddressSettings> addressSettingsRepository, long maxSize, long maxMessages, SimpleString managementAddress, ActiveMQServer server) PagingManagerImpl(PagingStoreFactory pagingSPI, HierarchicalRepository<AddressSettings> addressSettingsRepository, SimpleString managementAddress) PagingStoreImpl(SimpleString address, ScheduledExecutorService scheduledExecutor, long syncTimeout, PagingManager pagingManager, StorageManager storageManager, SequentialFileFactory fileFactory, PagingStoreFactory storeFactory, SimpleString storeName, AddressSettings addressSettings, ArtemisExecutor executor, boolean syncNonTransactional) -
Uses of PagingStoreFactory in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return PagingStoreFactoryModifier and TypeMethodDescriptionprotected PagingStoreFactoryActiveMQServerImpl.getPagingStoreFactory()