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