Uses of Interface
org.apache.activemq.artemis.core.paging.PagingStoreFactory
-
Packages that use PagingStoreFactory Package Description org.apache.activemq.artemis.core.paging.impl org.apache.activemq.artemis.core.server.impl -
-
Uses of PagingStoreFactory in org.apache.activemq.artemis.core.paging.impl
Classes in org.apache.activemq.artemis.core.paging.impl that implement PagingStoreFactory Modifier and Type Class Description classPagingStoreFactoryDatabaseIntegration point between Paging and JDBCclassPagingStoreFactoryNIOIntegration point between Paging and NIOMethods in org.apache.activemq.artemis.core.paging.impl that return PagingStoreFactory Modifier and Type Method Description PagingStoreFactoryPagingManagerImpl. getPagingStoreFactory()Methods in org.apache.activemq.artemis.core.paging.impl with parameters of type PagingStoreFactory Modifier and Type Method Description voidPagingManagerImpl. replacePageStoreFactory(PagingStoreFactory factory)Constructors in org.apache.activemq.artemis.core.paging.impl with parameters of type PagingStoreFactory Constructor Description PagingManagerImpl(PagingStoreFactory pagingSPI, HierarchicalRepository<AddressSettings> addressSettingsRepository)PagingManagerImpl(PagingStoreFactory pagingSPI, HierarchicalRepository<AddressSettings> addressSettingsRepository, long maxSize, long maxMessages, SimpleString managementAddress)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, ArtemisExecutor ioExecutor, boolean syncNonTransactional) -
Uses of PagingStoreFactory in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return PagingStoreFactory Modifier and Type Method Description protected PagingStoreFactoryActiveMQServerImpl. getPagingStoreFactory()
-