All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
callPeriodicStats() |
Long |
clearPendingReindexRequests() |
void |
deindex(String issueKey) |
void |
deleteIndex() |
void |
deleteIndexDirectory(boolean issues,
boolean comments,
boolean worklogs,
boolean history) |
IndexingControl.IndexingProgress |
getInBackgroundProgress() |
int |
getIndexingTaskProgress(String taskId) |
IndexingControl.IndexingProgress |
getProjectIndexingProgress(Long projectId) |
void |
indexDummyIssue(long id,
long projectId,
String issueType,
String issueKey,
String summary,
String desc) |
boolean |
isIndexConsistent() |
boolean |
isIndexUpdatedFieldConsistent() |
Boolean |
isReindexTaskSuccessful(String taskId) |
Long |
makeReindexRequest(ReindexRequestType type,
String query,
SharedEntityType... sharedEntityTypes) |
void |
pauseIndexRepairService()
Pause the index repair service running in background
|
void |
pauseScheduledReindex()
Pause the scheduled reindex
|
void |
reindexAll() |
void |
reindexProject(Long projectId) |
IndexingControl.IndexingProgress |
startInBackground() |
IndexingControl.IndexingProgress |
startInBackground(IssueIndexingParams issueIndexingParams) |
void |
startIndexRepairService()
Start the index repair service running in background
|
void |
startScheduledReindex()
Start the scheduled reindex
|
IndexingControl.IndexingProgress |
startStopTheWorldReIndex()
Initiate a stop-the-world foreground re-index
|