Class NoOpNodeIndexCounterManager

java.lang.Object
com.atlassian.jira.index.IndexCounterManager
com.atlassian.jira.index.ha.NoOpNodeIndexCounterManager
All Implemented Interfaces:
NodeIndexCounterStore, PeriodicIndexWriterCommitObserver

public class NoOpNodeIndexCounterManager extends IndexCounterManager
  • Constructor Details

    • NoOpNodeIndexCounterManager

      public NoOpNodeIndexCounterManager()
  • Method Details

    • onBeforeCommit

      public void onBeforeCommit()
    • onAfterCommit

      public void onAfterCommit()
    • storeHighestIdForNode

      public void storeHighestIdForNode(String sendingNodeId, long indexOperationId)
      Description copied from interface: NodeIndexCounterStore
      Store indexOperationId as id of latest operation of sendingNodeId that was included in current node's index
    • getIndexOperationCounterForNodeId

      public long getIndexOperationCounterForNodeId(String sendingNodeId)
      Description copied from interface: NodeIndexCounterStore
      Retrieve id of latest operation of sendingNodeId that was included in this node's index