public class NullReplicatedIndexManager extends Object implements ReplicatedIndexManager
| Constructor and Description |
|---|
NullReplicatedIndexManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
deIndexIssues(Set<Issue> issuesToDelete) |
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) |
public void reindexIssues(IssuesIterable issuesIterable, IssueIndexingParams indexingParams)
reindexIssues in interface ReplicatedIndexManagerpublic void reindexComments(Collection<Comment> comments)
reindexComments in interface ReplicatedIndexManagerpublic void reindexWorklogs(Collection<Worklog> worklogs)
reindexWorklogs in interface ReplicatedIndexManagerpublic <T extends WithId> void reindexEntity(Collection<T> entities, AffectedIndex index)
reindexEntity in interface ReplicatedIndexManagerpublic void deIndexIssues(Set<Issue> issuesToDelete)
deIndexIssues in interface ReplicatedIndexManagerpublic void reindexProject(Project project)
reindexProject in interface ReplicatedIndexManagerpublic void indexSharedEntity(SharedEntity entity)
indexSharedEntity in interface ReplicatedIndexManagerpublic void deIndexSharedEntity(SharedEntity entity)
deIndexSharedEntity in interface ReplicatedIndexManagerCopyright © 2002-2017 Atlassian. All Rights Reserved.