Package com.atlassian.jira.index
Class IndexCounterManager
java.lang.Object
com.atlassian.jira.index.IndexCounterManager
- All Implemented Interfaces:
NodeIndexCounterStore
,PeriodicIndexWriterCommitObserver
- Direct Known Subclasses:
ClusterNodeIndexCounterManager
,NoOpNodeIndexCounterManager
public abstract class IndexCounterManager
extends Object
implements PeriodicIndexWriterCommitObserver, NodeIndexCounterStore
Superclass serving as API to interact with data on current status of node data replication in the cluster
- Since:
- v8.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.index.ha.NodeIndexCounterStore
getIndexOperationCounterForNodeId, storeHighestIdForNode
Methods inherited from interface com.atlassian.jira.index.PeriodicIndexWriterCommitObserver
onAfterCommit, onBeforeCommit
-
Constructor Details
-
IndexCounterManager
public IndexCounterManager()
-