Uses of Class
com.atlassian.jira.issue.index.IndexException
Packages that use IndexException
Package
Description
-
Uses of IndexException in com.atlassian.jira.config
Methods in com.atlassian.jira.config that throw IndexExceptionModifier and TypeMethodDescriptionprotected voidAbstractIssueConstantsManager.removeConstant(com.querydsl.core.types.dsl.StringPath field, T oldConstant, String newId) Removes a constant value. -
Uses of IndexException in com.atlassian.jira.dev.backdoor
Methods in com.atlassian.jira.dev.backdoor that throw IndexExceptionModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseIndexSnapshotBackdoor.createIndexSnapshot()Start taking an index snapshot and cleaning up the snapshots' directory to 3 maximum snapshots.jakarta.ws.rs.core.ResponseIndexSnapshotBackdoor.listIndexSnapshot()Lists available index snapshots absolute paths. -
Uses of IndexException in com.atlassian.jira.imports.project
Methods in com.atlassian.jira.imports.project that throw IndexExceptionModifier and TypeMethodDescriptionvoidDefaultProjectImportManager.doImport(ProjectImportOptions projectImportOptions, ProjectImportData projectImportData, BackupProject backupProject, BackupSystemInformation backupSystemInformation, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval, I18nHelper i18n, ApplicationUser importAuthor) voidProjectImportManager.doImport(ProjectImportOptions projectImportOptions, ProjectImportData projectImportData, BackupProject backupProject, BackupSystemInformation backupSystemInformation, ProjectImportResults projectImportResults, TaskProgressInterval taskProgressInterval, I18nHelper i18n, ApplicationUser importAuthor) This will perform the project import based on the mappings provided.voidDefaultProjectImportPersister.reIndexProject(ProjectImportMapper projectImportMapper, TaskProgressInterval taskProgressInterval, I18nHelper i18n) voidProjectImportPersister.reIndexProject(ProjectImportMapper projectImportMapper, TaskProgressInterval taskProgressInterval, I18nHelper i18n) Re-indexes all the new Issues that have just been created in this Project Import. -
Uses of IndexException in com.atlassian.jira.index
Methods in com.atlassian.jira.index that throw IndexExceptionModifier and TypeMethodDescriptionbooleanDefaultIndexFetcher.indexSnapshotExistsAndIsFreshEnough()booleanIndexFetcher.indexSnapshotExistsAndIsFreshEnough()Checks whether any snapshot exists in shared home export/indexsnapshots directory.DefaultIndexFetcher.recoverIndexFromMostRecentSnapshot()IndexFetcher.recoverIndexFromMostRecentSnapshot()Recovers snapshot from shared home export/indexsnapshots directory. -
Uses of IndexException in com.atlassian.jira.index.ha
Methods in com.atlassian.jira.index.ha that throw IndexExceptionModifier 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".IndexUtils.performBackupOperations(String destinationPath, String snapshotFilename, TemporaryFilesProvider metadataProvider, String requestingNodeId) Creates a backup file atdestinationPath.DefaultIndexRecoveryManager.recoverIndexFromBackup(File recoveryFile, TaskProgressSink taskProgressSink) DefaultIndexRecoveryService.recoverIndexFromBackup(ApplicationUser user, Context context, I18nHelper i18n, String recoveryFilename, TaskProgressSink taskProgressSink) IndexRecoveryManager.recoverIndexFromBackup(File recoveryFile, TaskProgressSink taskProgressSink) Recovers an index from an index backup.IndexRecoveryService.recoverIndexFromBackup(ApplicationUser user, Context context, I18nHelper i18n, String recoveryFilename, TaskProgressSink taskProgressSink) Recovers an index from an index backupDefaultIndexRecoveryManager.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.DefaultIndexRecoveryManager.safeRecoverIndexFromBackup(File recoveryFile, TaskProgressSink taskProgressSink) IndexRecoveryManager.safeRecoverIndexFromBackup(File recoveryFile, TaskProgressSink taskProgressSink) Recovers an index from an index backup. -
Uses of IndexException in com.atlassian.jira.issue.index
Methods in com.atlassian.jira.issue.index that throw IndexExceptionModifier and TypeMethodDescriptionvoidvoidBulkOnlyIndexManager.deIndex(org.ofbiz.core.entity.GenericValue entity) voidDeprecated.voidIndexManagerBase.deIndex(org.ofbiz.core.entity.GenericValue entity) Deprecated.voidRemove an issue from the search index.default voidDeprecated.voidIssueIndexManager.deIndex(org.ofbiz.core.entity.GenericValue issue) Deprecated.default voidIssueIndexingService.deIndexIssueObjects(Set<Issue> issuesToDelete, boolean shouldReplicate) Deprecated.voidIssueIndexingService.deIndexIssueObjectsById(Set<? extends WithId> issuesToDelete, boolean shouldReplicate) Remove a set of issues from the search index.voidvoidBulkOnlyIndexManager.reIndex(org.ofbiz.core.entity.GenericValue entity) voidDeprecated.voidIndexManagerBase.reIndex(org.ofbiz.core.entity.GenericValue issueGV) Deprecated.voidReindex an issue (eg.voidIssueIndexingService.reIndex(Issue issue, IssueIndexingParams issueIndexingParams) Reindex an issue (eg.voidDeprecated.Call this asIssueIndexingService.reIndex(Issue)instead.voidDeprecated.Since v6.4, useIssueIndexManager.reIndex(Issue, IssueIndexingParams).voidIssueIndexManager.reIndex(Issue issue, IssueIndexingParams issueIndexingParams) Deprecated.Call this asIssueIndexingService.reIndex(Issue, IssueIndexingParams)instead.voidIssueIndexManager.reIndex(org.ofbiz.core.entity.GenericValue issue) Deprecated.Since v5.0.longBulkOnlyIndexManager.reIndexAll()longBulkOnlyIndexManager.reIndexAll(com.atlassian.johnson.event.Event event) longIndexManagerBase.reIndexAll()Deprecated.longIssueIndexingService.reIndexAll()Reindex all issues.longIssueIndexingService.reIndexAll(Context context, boolean useBackgroundReindexing, boolean notifyCluster) Reindex all issues.longIssueIndexingService.reIndexAll(Context context, boolean useBackgroundReindexing, IssueIndexingParams issueIndexingParams, boolean notifyCluster) Reindex all issues.longIssueIndexManager.reIndexAll()Deprecated.Call this asIndexLifecycleManager.reIndexAll(Context, IssueIndexingParams)()} instead.longIssueIndexManager.reIndexAll(Context context, boolean useBackgroundReindexing, boolean notifyCluster) Deprecated.Call this asIndexLifecycleManager.reIndexAll(Context, IssueIndexingParams)()} instead.longIssueIndexManager.reIndexAll(Context context, boolean useBackgroundReindexing, boolean reIndexComments, boolean reIndexChangeHistory, boolean notifyCluster) Deprecated.since v6.4 useIssueIndexManager.reIndexAll(Context, boolean, IssueIndexingParams, boolean)instead.longIssueIndexManager.reIndexAll(Context context, boolean useBackgroundReindexing, IssueIndexingParams issueIndexingParams, boolean notifyCluster) Deprecated.Call this asIndexLifecycleManager.reIndexAll(Context, IssueIndexingParams)()} instead.longIndexManagerBase.reIndexComments(Collection<Comment> comments) Deprecated.longIndexManagerBase.reIndexComments(Collection<Comment> comments, Context context) Deprecated.longIndexManagerBase.reIndexComments(Collection<Comment> comments, Context context, boolean shouldReplicate) Deprecated.longIssueIndexingService.reIndexComments(Collection<Comment> comments) Reindexes a collection of comments.longIssueIndexingService.reIndexComments(Collection<Comment> comments, Context context) Reindexes a collection of comments.longIssueIndexingService.reIndexComments(Collection<Comment> comments, Context context, boolean shouldReplicate) Reindexes a collection of comments.longIssueIndexManager.reIndexComments(Collection<Comment> comments) Deprecated.Call this asIssueIndexingService.reIndexComments(Collection)instead.longIssueIndexManager.reIndexComments(Collection<Comment> comments, Context context) Deprecated.Call this asIssueIndexingService.reIndexComments(Collection, Context)instead.longIssueIndexManager.reIndexComments(Collection<Comment> comments, Context context, boolean shouldReplicate) Deprecated.Call this asIssueIndexingService.reIndexComments(Collection, Context, boolean)instead.voidIndexManagerBase.reindexCommentsInParallel(Collection<Comment> comments, Context context) Deprecated.voidInternalIndexingService.reindexCommentsInParallel(Collection<Comment> comments, Context context) Deprecated.Reindexes comments on multiple threads.longBulkOnlyIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects) longIndexManagerBase.reIndexIssueObjects(Collection<? extends Issue> issueObjects) Deprecated.longIndexManagerBase.reIndexIssueObjects(Collection<? extends Issue> issueObjects, boolean reIndexComments, boolean reIndexChangeHistory) Deprecated.longIndexManagerBase.reIndexIssueObjects(Collection<? extends Issue> issueObjects, IssueIndexingParams issueIndexingParams) Deprecated.longIssueIndexingService.reIndexIssueObjects(Collection<? extends Issue> issueObjects) Reindex a set of issues.longIssueIndexingService.reIndexIssueObjects(Collection<? extends Issue> issueObjects, IssueIndexingParams issueIndexingParams) Reindex a set of issues.longIssueIndexingService.reIndexIssueObjects(Collection<? extends Issue> issueObjects, IssueIndexingParams issueIndexingParams, boolean shouldReplicate) Reindex a set of issues.longIssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects) Deprecated.Call this asIssueIndexingService.reIndexIssueObjects(Collection)instead.longIssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects, boolean reIndexComments, boolean reIndexChangeHistory) Deprecated.longIssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects, boolean reIndexComments, boolean reIndexChangeHistory, boolean shouldReplicate) Deprecated.longIssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects, IssueIndexingParams issueIndexingParams) Deprecated.Call this asIssueIndexingService.reIndexIssueObjects(Collection, IssueIndexingParams)instead.longIssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects, IssueIndexingParams issueIndexingParams, boolean shouldReplicate) Deprecated.Call this asIssueIndexingService.reIndexIssueObjects(Collection, IssueIndexingParams, boolean)instead.longBulkOnlyIndexManager.reIndexIssues(IssuesIterable issuesIterable, com.atlassian.johnson.event.Event event) longBulkOnlyIndexManager.reIndexIssues(Collection<org.ofbiz.core.entity.GenericValue> issues) longIndexManagerBase.reIndexIssues(IssuesIterable issuesIterable, Context context) Deprecated.longIndexManagerBase.reIndexIssues(IssuesIterable issuesIterable, Context context, boolean reIndexComments, boolean reIndexChangeHistory) Deprecated.longIndexManagerBase.reIndexIssues(Collection<org.ofbiz.core.entity.GenericValue> issues) Deprecated.protected longIndexManagerBase.reIndexIssues(Collection<org.ofbiz.core.entity.GenericValue> issues, IssueIndexingParams issueIndexingParams) Deprecated.longIssueIndexingService.reIndexIssues(IssuesIterable issuesIterable, Context context) Reindex a list of issues, passing an optional event that will be set progresslongIssueIndexingService.reIndexIssues(IssuesIterable issuesIterable, Context context, IssueIndexingParams issueIndexingParams) Reindex a list of issues, passing an optional event that will be set progress.longIssueIndexingService.reIndexIssues(IssuesIterable issuesIterable, Context context, IssueIndexingParams issueIndexingParams, boolean shouldReplicate) Reindex a list of issues, passing an optional Context for providing status updates.longIssueIndexManager.reIndexIssues(IssuesIterable issuesIterable, Context context) Deprecated.Call this asIssueIndexingService.reIndexIssues(IssuesIterable, Context)instead.longIssueIndexManager.reIndexIssues(IssuesIterable issuesIterable, Context context, boolean reIndexComments, boolean reIndexChangeHistory) Deprecated.longIssueIndexManager.reIndexIssues(IssuesIterable issuesIterable, Context context, IssueIndexingParams issueIndexingParams) Deprecated.Call this asIssueIndexingService.reIndexIssues(IssuesIterable, Context, IssueIndexingParams)instead.longIssueIndexManager.reIndexIssues(Collection<org.ofbiz.core.entity.GenericValue> issues) Deprecated.Since v5.0, useIssueIndexManager.reIndexIssueObjects(Collection)instead.voidIndexManagerBase.reindexIssuesBatchMode(Collection<Long> issuesIdsToReindex, Context context, IssueIndexingParams params) Deprecated.voidInternalIndexingService.reindexIssuesBatchMode(Collection<Long> issuesIdsToReindex, Context context, IssueIndexingParams params) Deprecated.Reindexes issues with ids provided withissuesIdsToReindex.longIndexManagerBase.reIndexWorklogs(Collection<Worklog> worklogs) Deprecated.longIndexManagerBase.reIndexWorklogs(Collection<Worklog> worklogs, Context context) Deprecated.longIndexManagerBase.reIndexWorklogs(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) Deprecated.longIssueIndexingService.reIndexWorklogs(Collection<Worklog> worklogs) Reindexes a collection of worklogs.longIssueIndexingService.reIndexWorklogs(Collection<Worklog> worklogs, Context context) Reindexes a collection of worklogs.longIssueIndexingService.reIndexWorklogs(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) Reindexes a collection of worklogs.longIssueIndexManager.reIndexWorklogs(Collection<Worklog> worklogs) Deprecated.Call this asIssueIndexingService.reIndexWorklogs(Collection)instead.longIssueIndexManager.reIndexWorklogs(Collection<Worklog> worklogs, Context context) Deprecated.Call this asIssueIndexingService.reIndexWorklogs(Collection, Context)instead.longIssueIndexManager.reIndexWorklogs(Collection<Worklog> worklogs, Context context, boolean shouldReplicate) Deprecated.Call this asIssueIndexingService.reIndexWorklogs(Collection, Context, boolean)instead.voidIndexManagerBase.reindexWorklogsInParallel(Collection<Worklog> worklogs, Context context) Deprecated.voidInternalIndexingService.reindexWorklogsInParallel(Collection<Worklog> worklogs, Context context) Deprecated.Reindexes worklogs on multiple threads.longBulkOnlyIndexManager.release()longIndexManagerBase.release()Deprecated.longIssueIndexingService.release()Release indexing on this thread.longIssueIndexManager.release()Deprecated, for removal: This API element is subject to removal in a future version.since v10.5. -
Uses of IndexException in com.atlassian.jira.project.version
Methods in com.atlassian.jira.project.version that throw IndexExceptionModifier and TypeMethodDescriptionvoidDefaultVersionManager.moveIssuesToNewVersion(List<Issue> issues, Version currentVersion, Version swapToVersion) voidMockVersionManager.moveIssuesToNewVersion(List issues, Version currentVersion, Version swapToVersion) voidVersionManager.moveIssuesToNewVersion(List<Issue> issues, Version currentVersion, Version swapToVersion) Swaps the list of issues supplied from one Fix version to another. -
Uses of IndexException in com.atlassian.jira.search.opensearch
Methods in com.atlassian.jira.search.opensearch that throw IndexExceptionModifier and TypeMethodDescriptionvoidvoidOpenSearchJiraIndexManager.deIndex(org.ofbiz.core.entity.GenericValue issue) Deprecated.voidOpenSearchIssueIndexManager.deIndexIssueObjectsById(Set<? extends WithId> issuesToDelete, boolean shouldReplicate) voidvoidOpenSearchIssueIndexManager.reIndex(Issue issue, IssueIndexingParams issueIndexingParams) voidOpenSearchJiraIndexManager.reIndex(Issue issue, boolean reIndexComments, boolean reIndexChangeHistory) Deprecated.voidOpenSearchJiraIndexManager.reIndex(org.ofbiz.core.entity.GenericValue issue) Deprecated.longOpenSearchIssueIndexManager.reIndexAll()longOpenSearchIssueIndexManager.reIndexAll(Context context, boolean useBackgroundReindexing, boolean notifyCluster) longOpenSearchIssueIndexManager.reIndexAll(Context context, boolean useBackgroundReindexing, IssueIndexingParams issueIndexingParams, boolean notifyCluster) longOpenSearchJiraIndexManager.reIndexAll(Context context, boolean useBackgroundReindexing, boolean reIndexComments, boolean reIndexChangeHistory, boolean notifyCluster) Deprecated.voidOpenSearchJiraIndexManager.reindexCommentsInParallel(Collection<Comment> comments, Context context) Deprecated.longOpenSearchIssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects) longOpenSearchIssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects, IssueIndexingParams issueIndexingParams) longOpenSearchIssueIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects, IssueIndexingParams issueIndexingParams, boolean shouldReplicate) longOpenSearchJiraIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects, boolean reIndexComments, boolean reIndexChangeHistory) Deprecated.longOpenSearchJiraIndexManager.reIndexIssueObjects(Collection<? extends Issue> issueObjects, boolean reIndexComments, boolean reIndexChangeHistory, boolean shouldReplicate) Deprecated.longOpenSearchIssueIndexManager.reIndexIssues(IssuesIterable issuesIterable, Context context) longOpenSearchIssueIndexManager.reIndexIssues(IssuesIterable issuesIterable, Context context, IssueIndexingParams issueIndexingParams) longOpenSearchIssueIndexManager.reIndexIssues(IssuesIterable issuesIterable, Context context, IssueIndexingParams issueIndexingParams, boolean shouldReplicate) longOpenSearchJiraIndexManager.reIndexIssues(IssuesIterable issuesIterable, Context context, boolean reIndexComments, boolean reIndexChangeHistory) Deprecated.longOpenSearchJiraIndexManager.reIndexIssues(Collection<org.ofbiz.core.entity.GenericValue> issues) Deprecated.voidOpenSearchJiraIndexManager.reindexIssuesBatchMode(Collection<Long> issuesIdsToReindex, Context context, IssueIndexingParams params) Deprecated.voidOpenSearchJiraIndexManager.reindexWorklogsInParallel(Collection<Worklog> worklogs, Context context) Deprecated.longOpenSearchIssueIndexManager.release() -
Uses of IndexException in com.atlassian.jira.sharing.index
Methods in com.atlassian.jira.sharing.index that throw IndexException
IssueIndexingService.deIndex(Issue)instead.