Uses of Class
com.atlassian.jira.index.ha.IndexRecoveryResult
Packages that use IndexRecoveryResult
-
Uses of IndexRecoveryResult in com.atlassian.jira.index.ha
Methods in com.atlassian.jira.index.ha that return IndexRecoveryResultModifier and TypeMethodDescriptionDefaultIndexRecoveryManager.deindexEntitiesDeletedInTheLast(Duration duration, TaskProgressSink taskProgressSink) IndexRecoveryManager.deindexEntitiesDeletedInTheLast(Duration duration, TaskProgressSink taskProgressSink) Applies de-index based on the versioning table (delete column.* Why this method may be needed? It is possible in Jira (both server and DC) that a late "update" will override a "delete".DefaultIndexRecoveryManager.reindexWithVersionCheckEntitiesUpdatedInTheLast(Duration duration, TaskProgressSink taskProgressSink) IndexRecoveryManager.reindexWithVersionCheckEntitiesUpdatedInTheLast(Duration duration, TaskProgressSink taskProgressSink) This method uses versioning to short-circuit building documents when the index version is already up-to-date with what's in the db.