public interface ReplicatedIndexManager
Modifier and Type | Method and Description |
---|---|
void |
deIndexIssues(Set<Issue> issuesToDelete) |
void |
deIndexProject(Project project) |
void |
deIndexSharedEntity(SharedEntity entity) |
void |
indexSharedEntity(SharedEntity entity) |
void |
reindexComments(Collection<Comment> comments) |
<T extends WithId> |
reindexEntity(Collection<T> entities,
AffectedIndex index) |
void |
reindexIssues(IssuesIterable issuesIterable,
IssueIndexingParams indexingParams) |
void |
reindexProject(Project project) |
void |
reindexWorklogs(Collection<Worklog> worklogs) |
void reindexIssues(IssuesIterable issuesIterable, IssueIndexingParams indexingParams)
void reindexComments(Collection<Comment> comments)
void reindexWorklogs(Collection<Worklog> worklogs)
<T extends WithId> void reindexEntity(Collection<T> entities, AffectedIndex index)
void indexSharedEntity(SharedEntity entity)
void deIndexSharedEntity(SharedEntity entity)
void reindexProject(Project project)
void deIndexProject(Project project)
Copyright © 2002-2021 Atlassian. All Rights Reserved.