java.lang.Object | |
↳ | com.atlassian.jira.index.ha.OfBizReplicatedIndexOperationStore |
Stores index operation events
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates and stores the index operation in the underlying database, only if the node is in a cluster.
| |||||||||||
Returns a set of IndexOperations that have happened since the time specified.
| |||||||||||
Returns a set of IndexOperations that have happened since the time specified.
| |||||||||||
Returns The latest operation for this node
| |||||||||||
get an operation by id
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
id | the NodeIndexOperation id to check |
---|
Creates and stores the index operation in the underlying database, only if the node is in a cluster.
indexTime | time of indexing operation |
---|---|
operation | the ReplicatedIndexOperation.Operation that was performed on the underlying index |
affectedIds | Set of issueids that participated in the index opertaion |
Returns a set of IndexOperations that have happened since the time specified. We do this by node as the ids are not monotonically increasing across nodes.
sourceNodeId | Node to get operations sent from |
---|---|
id | Id of preceeding operation |
ReplicatedIndexOperation
that have taken place on other nodes after a specified id
Returns a set of IndexOperations that have happened since the time specified.
ReplicatedIndexOperation
that have taken place on other nodes after a specified time
Returns The latest operation for this node
sourceNodeId | source node of the operation |
---|
get an operation by id