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 comments in the replicated index.
| |||||||||||
Reindexes the set of provided entities in the replicated index.
| |||||||||||
Reindexes the set of provided issues in the replicated index.
| |||||||||||
Reindexes the set of provided worklogs in the replicated index.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||
![]() |
Removes the issues from the replicated index.
issuesToDelete | the Issue s to mark as deleted.
|
---|
Deindexes the shared entity in the replicated index.
entity | the SharedEntity to be removed
|
---|
Reindexes the shared entity in the replicated index.
entity | the SharedEntity to be reindexed
|
---|
Reindexes the set of provided comments in the replicated index.
comments | A collection of Comment to reindex
|
---|
Reindexes the set of provided entities in the replicated index.
entities | A collection of entities implementing WithId to reindex
|
---|
Reindexes the set of provided issues in the replicated index.
issuesIterable | an IssuesIterable that iterates obver the issues to be reindexed
|
---|
Reindexes the set of provided worklogs in the replicated index.
worklogs | A collection of Worklog to reindex
|
---|