public interface ReplicatedIndexManager
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) |
void reindexIssues(Collection<? extends WithIdAndVersion> issues)
void reindexComments(Collection<? extends WithIdAndVersion> comments)
void reindexWorklogs(Collection<? extends WithIdAndVersion> worklogs)
void deIndexIssue(WithIdAndVersion issueWithVersion)
void deIndexComment(WithIdAndVersion commentWithVersion)
void deIndexWorklog(WithIdAndVersion worklogWithVersion)
void indexSharedEntity(SharedEntity entity)
void deIndexSharedEntity(SharedEntity entity)
void reindexProject(Project project)
void deIndexProject(Project project)
Copyright © 2002-2021 Atlassian. All Rights Reserved.