public class NullReplicatedIndexManager extends Object implements ReplicatedIndexManager
| Constructor and Description |
|---|
NullReplicatedIndexManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
deIndexComment(WithIdAndVersion commentWithVersion) |
void |
deIndexIssue(WithIdAndVersion issueWithVersion) |
void |
deIndexProject(Project project) |
void |
deIndexSharedEntity(SharedEntity entity) |
void |
deIndexWorklog(WithIdAndVersion worklogWithVersion) |
void |
indexSharedEntity(SharedEntity entity) |
void |
reindexComments(Collection<? extends WithIdAndVersion> comments) |
void |
reindexIssues(Collection<? extends WithIdAndVersion> issues) |
void |
reindexProject(Project project) |
void |
reindexWorklogs(Collection<? extends WithIdAndVersion> worklogs) |
public void reindexIssues(Collection<? extends WithIdAndVersion> issues)
reindexIssues in interface ReplicatedIndexManagerpublic void reindexComments(Collection<? extends WithIdAndVersion> comments)
reindexComments in interface ReplicatedIndexManagerpublic void reindexWorklogs(Collection<? extends WithIdAndVersion> worklogs)
reindexWorklogs in interface ReplicatedIndexManagerpublic void deIndexIssue(WithIdAndVersion issueWithVersion)
deIndexIssue in interface ReplicatedIndexManagerpublic void deIndexComment(WithIdAndVersion commentWithVersion)
deIndexComment in interface ReplicatedIndexManagerpublic void deIndexWorklog(WithIdAndVersion worklogWithVersion)
deIndexWorklog in interface ReplicatedIndexManagerpublic void reindexProject(Project project)
reindexProject in interface ReplicatedIndexManagerpublic void deIndexProject(Project project)
deIndexProject in interface ReplicatedIndexManagerpublic void indexSharedEntity(SharedEntity entity)
indexSharedEntity in interface ReplicatedIndexManagerpublic void deIndexSharedEntity(SharedEntity entity)
deIndexSharedEntity in interface ReplicatedIndexManagerCopyright © 2002-2024 Atlassian. All Rights Reserved.