public interface NodeIndexCounterStore
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 |
storeHighestIdForNode(String sendingNodeId,
long indexOperationId)
Store
indexOperationId as id of latest operation of sendingNodeId that was included in current node's index |
void storeHighestIdForNode(String sendingNodeId, long indexOperationId)
indexOperationId
as id of latest operation of sendingNodeId
that was included in current node's indexsendingNodeId
- indexOperationId
- long getIndexOperationCounterForNodeId(String sendingNodeId)
sendingNodeId
that was included in this node's indexsendingNodeId
- Copyright © 2002-2021 Atlassian. All Rights Reserved.