Package com.atlassian.jira.index.ha
Class NullReplicatedIndexManager
java.lang.Object
com.atlassian.jira.index.ha.NullReplicatedIndexManager
- All Implemented Interfaces:
ReplicatedIndexManager
A no-op implementation of the ReplicatedIndexManager. Used when JIRA is not clustered.
- Since:
- v6.5
-
Constructor Summary
Constructors -
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)
-
Constructor Details
-
NullReplicatedIndexManager
public NullReplicatedIndexManager()
-
-
Method Details
-
reindexIssues
- Specified by:
reindexIssues
in interfaceReplicatedIndexManager
-
reindexComments
- Specified by:
reindexComments
in interfaceReplicatedIndexManager
-
reindexWorklogs
- Specified by:
reindexWorklogs
in interfaceReplicatedIndexManager
-
deIndexIssue
- Specified by:
deIndexIssue
in interfaceReplicatedIndexManager
-
deIndexComment
- Specified by:
deIndexComment
in interfaceReplicatedIndexManager
-
deIndexWorklog
- Specified by:
deIndexWorklog
in interfaceReplicatedIndexManager
-
reindexProject
- Specified by:
reindexProject
in interfaceReplicatedIndexManager
-
deIndexProject
- Specified by:
deIndexProject
in interfaceReplicatedIndexManager
-