Package com.atlassian.jira.sharing.index
Interface SharedEntityIndexManager
- All Superinterfaces:
BackupContributor,IndexLifecycleManager,Shutdown,Sized
- All Known Implementing Classes:
DefaultSharedEntityIndexManager
Responsible for managing indexing of all shared entities
- Since:
- v3.13
-
Method Summary
Modifier and TypeMethodDescriptionlongreIndexSharedEntities(Context context, IssueIndexingParams issueIndexingParams, Set<SharedEntity.TypeDescriptor> sharedEntityTypes) Reindex the specified shared entity types.Methods inherited from interface com.atlassian.jira.index.ha.backup.BackupContributor
contributeToBackupMethods inherited from interface com.atlassian.jira.util.index.IndexLifecycleManager
activate, activate, deactivate, getAllIndexPaths, isIndexAvailable, isIndexConsistent, optimize, reIndexAll, reIndexAll, reIndexAllIssuesInBackground, reIndexIssuesInBackground, shutdown, size
-
Method Details