Class BasePagingCounter
java.lang.Object
org.apache.activemq.artemis.core.paging.cursor.impl.BasePagingCounter
- All Implemented Interfaces:
PageSubscriptionCounter
- Direct Known Subclasses:
PageSubscriptionCounterImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.activemq.artemis.core.paging.cursor.PageSubscriptionCounter
applyIncrementOnTX, delete, delete, getPersistentSize, getPersistentSizeAdded, getValue, getValueAdded, increment, loadInc, loadValue, processReload, setSubscription, snapshot
-
Constructor Details
-
BasePagingCounter
public BasePagingCounter()
-
-
Method Details
-
markRebuilding
public void markRebuilding()- Specified by:
markRebuildingin interfacePageSubscriptionCounter
-
finishRebuild
public void finishRebuild()- Specified by:
finishRebuildin interfacePageSubscriptionCounter
-
isRebuilding
public boolean isRebuilding()- Specified by:
isRebuildingin interfacePageSubscriptionCounter
-