Class PageCounterRebuildManager
java.lang.Object
org.apache.activemq.artemis.core.paging.cursor.impl.PageCounterRebuildManager
- All Implemented Interfaces:
Runnable
this class will copy current data from the Subscriptions, count messages while the server is already active
performing other activity
-
Constructor Summary
ConstructorsConstructorDescriptionPageCounterRebuildManager(PagingManager pagingManager, PagingStore store, Map<Long, PageTransactionInfo> transactions, Set<Long> storedLargeMessages, AtomicLong minPageTXIDFound) -
Method Summary
-
Constructor Details
-
PageCounterRebuildManager
public PageCounterRebuildManager(PagingManager pagingManager, PagingStore store, Map<Long, PageTransactionInfo> transactions, Set<Long> storedLargeMessages, AtomicLong minPageTXIDFound)
-
-
Method Details