public interface SharedEntityIndexManager extends IndexLifecycleManager, BackupContributor
Modifier and Type | Method and Description |
---|---|
long |
reIndexSharedEntities(Context context,
IssueIndexingParams issueIndexingParams,
Set<SharedEntity.TypeDescriptor> sharedEntityTypes)
Reindex the specified shared entity types.
|
activate, activate, deactivate, getAllIndexPaths, isIndexAvailable, isIndexConsistent, isIndexingEnabled, optimize, reIndexAll, reIndexAll, reIndexAllIssuesInBackground, reIndexAllIssuesInBackground, reIndexIssuesInBackground, shutdown, size
contributeToBackup
long reIndexSharedEntities(@Nonnull Context context, @Nonnull IssueIndexingParams issueIndexingParams, @Nonnull Set<SharedEntity.TypeDescriptor> sharedEntityTypes)
context
- used to report progress back to the user or to the logs.issueIndexingParams
- indexes to reindex.sharedEntityTypes
- the shared entity types to reindex.Copyright © 2002-2021 Atlassian. All Rights Reserved.