public interface ProjectReindexService
Modifier and Type | Method and Description |
---|---|
boolean |
isReindexPossible(Project project) |
String |
reindex(Project project) |
String |
reindex(Project project,
boolean shouldReplicate) |
String reindex(Project project)
project
- the project needs to be re-indexedString reindex(Project project, boolean shouldReplicate)
project
- the project needs to be re-indexedshouldReplicate
- whether or not the index changes should be replicated to the other nodes in the cluster.boolean isReindexPossible(Project project)
Copyright © 2002-2022 Atlassian. All Rights Reserved.