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 ReplicatedIndexManager
public void reindexComments(Collection<Comment> comments)
reindexComments
in interface ReplicatedIndexManager
public void reindexWorklogs(Collection<Worklog> worklogs)
reindexWorklogs
in interface ReplicatedIndexManager
public <T extends WithId> void reindexEntity(Collection<T> entities, AffectedIndex index)
reindexEntity
in interface ReplicatedIndexManager
public void deIndexIssues(Set<Issue> issuesToDelete)
deIndexIssues
in interface ReplicatedIndexManager
public void reindexProject(Project project)
reindexProject
in interface ReplicatedIndexManager
public void indexSharedEntity(SharedEntity entity)
indexSharedEntity
in interface ReplicatedIndexManager
public void deIndexSharedEntity(SharedEntity entity)
deIndexSharedEntity
in interface ReplicatedIndexManager
Copyright © 2002-2015 Atlassian. All Rights Reserved.