public class NoOpNodeIndexCounterManager extends IndexCounterManager
Constructor and Description |
---|
NoOpNodeIndexCounterManager() |
Modifier and Type | Method and Description |
---|---|
long |
getIndexOperationCounterForNodeId(String sendingNodeId)
Retrieve id of latest operation of
sendingNodeId that was included in this node's index |
void |
onAfterCommit() |
void |
onBeforeCommit() |
void |
storeHighestIdForNode(String sendingNodeId,
long indexOperationId)
Store
indexOperationId as id of latest operation of sendingNodeId that was included in current node's index |
public void onBeforeCommit()
public void onAfterCommit()
public void storeHighestIdForNode(String sendingNodeId, long indexOperationId)
NodeIndexCounterStore
indexOperationId
as id of latest operation of sendingNodeId
that was included in current node's indexpublic long getIndexOperationCounterForNodeId(String sendingNodeId)
NodeIndexCounterStore
sendingNodeId
that was included in this node's indexCopyright © 2002-2023 Atlassian. All Rights Reserved.