Package com.atlassian.jira.index.ha
Interface ReplicatedIndexManager
- All Known Implementing Classes:
DefaultReplicatedIndexManager,NullReplicatedIndexManager,OpenSearchReplicatedIndexManager
public interface ReplicatedIndexManager
Writes ReplicatedIndexOperations to the database. Must never throw
- Since:
- v6.1
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeIndexComment(WithIdAndVersion commentWithVersion) voiddeIndexIssue(WithIdAndVersion issueWithVersion) voiddeIndexProject(Project project) voiddeIndexSharedEntity(SharedEntity entity) voiddeIndexWorklog(WithIdAndVersion worklogWithVersion) voidindexSharedEntity(SharedEntity entity) voidreindexComments(Collection<? extends WithIdAndVersion> comments) voidreindexIssues(Collection<? extends WithIdAndVersion> issues) voidreindexProject(Project project) voidreindexWorklogs(Collection<? extends WithIdAndVersion> worklogs)
-
Method Details
-
reindexIssues
-
reindexComments
-
reindexWorklogs
-
deIndexIssue
-
deIndexComment
-
deIndexWorklog
-
reindexProject
-
deIndexProject
-