java.lang.Object | |
↳ | com.atlassian.jira.index.ha.DefaultReplicatedIndexManager |
Manages the replicated index.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Removes the issues from the replicated index.
| |||||||||||
Deindexes the shared entity in the replicated index.
| |||||||||||
Reindexes the shared entity in the replicated index.
| |||||||||||
Reindexes the set of provided issues in the repliccated index.
| |||||||||||
Reindexes the set of provided issues in the repliccated index.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object | |||||||||||||||||||||||
From interface
com.atlassian.jira.index.ha.ReplicatedIndexManager
|
Removes the issues from the replicated index.
issuesToDelete | the {@Link Issue}s to mark as deleted. |
---|
Deindexes the shared entity in the replicated index.
entity | the {@Link SharedEntity} to be removed |
---|
Reindexes the shared entity in the replicated index.
entity | the {@Link SharedEntity} to be reindexed |
---|
Reindexes the set of provided issues in the repliccated index.
comments | A collection of {@Link Comment} to reindex |
---|
Reindexes the set of provided issues in the repliccated index.
issuesIterable | an {@Link IssuesIterable} that iterates obver the issues to be reindexed |
---|