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