Package com.atlassian.jira.index.ha
Class NoOpNodeIndexCounterManager
java.lang.Object
com.atlassian.jira.index.IndexCounterManager
com.atlassian.jira.index.ha.NoOpNodeIndexCounterManager
- All Implemented Interfaces:
NodeIndexCounterStore,PeriodicIndexWriterCommitObserver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetIndexOperationCounterForNodeId(String sendingNodeId) Retrieve id of latest operation ofsendingNodeIdthat was included in this node's indexvoidvoidvoidstoreHighestIdForNode(String sendingNodeId, long indexOperationId) StoreindexOperationIdas id of latest operation ofsendingNodeIdthat was included in current node's index
-
Constructor Details
-
NoOpNodeIndexCounterManager
public NoOpNodeIndexCounterManager()
-
-
Method Details
-
onBeforeCommit
public void onBeforeCommit() -
onAfterCommit
public void onAfterCommit() -
storeHighestIdForNode
Description copied from interface:NodeIndexCounterStoreStoreindexOperationIdas id of latest operation ofsendingNodeIdthat was included in current node's index -
getIndexOperationCounterForNodeId
Description copied from interface:NodeIndexCounterStoreRetrieve id of latest operation ofsendingNodeIdthat was included in this node's index
-