Uses of Interface
com.atlassian.confluence.search.IndexManager
Packages that use IndexManager
Package
Description
-
Uses of IndexManager in com.atlassian.confluence.admin.actions
Methods in com.atlassian.confluence.admin.actions with parameters of type IndexManagerModifier and TypeMethodDescriptionvoidViewIndexQueueAction.setIndexManager(IndexManager indexManager) Deprecated.The IndexManager is a required resource. -
Uses of IndexManager in com.atlassian.confluence.core
Fields in com.atlassian.confluence.core declared as IndexManagerModifier and TypeFieldDescriptionprotected IndexManagerAbstractConfluenceSingleContextSpringPersistenceTest.indexManagerDeprecated. -
Uses of IndexManager in com.atlassian.confluence.event.listeners
Constructors in com.atlassian.confluence.event.listeners with parameters of type IndexManager -
Uses of IndexManager in com.atlassian.confluence.impl.backuprestore.restore.searchindexer
Constructors in com.atlassian.confluence.impl.backuprestore.restore.searchindexer with parameters of type IndexManagerModifierConstructorDescriptionSearchIndexerAdapter(ContentIndexTaskQueue contentIndexTaskQueue, ChangeIndexTaskQueue changeIndexTaskQueue, JournalManager journalManager, com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager, IndexManager indexManager, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of IndexManager in com.atlassian.confluence.impl.backuprestore.restore.taskrunners
Constructors in com.atlassian.confluence.impl.backuprestore.restore.taskrunners with parameters of type IndexManagerModifierConstructorDescriptionPreImportTaskRunner(org.hibernate.SessionFactory sessionFactory, IndexManager indexManager, com.atlassian.scheduler.core.SchedulerServiceController clusterSchedulerServiceController, org.springframework.transaction.PlatformTransactionManager transactionManager, ConfluenceSchemaCreator confluenceSchemaCreator, CacheFlusher cacheFlusher, PluginTemporaryDisabler pluginTemporaryDisabler, OnRestoreEventsSender onRestoreEventsSender, DenormalisedLockService denormalisedLockService) -
Uses of IndexManager in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport with parameters of type IndexManagerModifier and TypeMethodDescriptionvoidBackupImporter.setIndexManager(IndexManager indexManager) Deprecated. -
Uses of IndexManager in com.atlassian.confluence.impl.search
Classes in com.atlassian.confluence.impl.search that implement IndexManagerModifier and TypeClassDescriptionclassAllows us to use multipleIndexManagers under the hood whilst maintaining backwards compatibility -
Uses of IndexManager in com.atlassian.confluence.impl.search.actions
Methods in com.atlassian.confluence.impl.search.actions with parameters of type IndexManagerModifier and TypeMethodDescriptionvoidFlushIndexQueueAction.setIndexManager(IndexManager indexManager) Deprecated.voidReindexTaskProgressAction.setIndexManager(IndexManager indexManager) voidSearchIndexesAction.setIndexManager(IndexManager indexManager) -
Uses of IndexManager in com.atlassian.confluence.impl.system.runner
Constructors in com.atlassian.confluence.impl.system.runner with parameters of type IndexManagerModifierConstructorDescriptionReIndexMaintenanceTaskRunner(SystemMaintenanceTaskRegistry registry, IndexManager indexManager, ClusterManager clusterManager, ReIndexJobManager reIndexJobManager, SearchPlatformConfig searchPlatformConfig, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of IndexManager in com.atlassian.confluence.importexport.actions
Constructors in com.atlassian.confluence.importexport.actions with parameters of type IndexManagerModifierConstructorDescriptionImportLongRunningTask(com.atlassian.event.api.EventPublisher eventPublisher, IndexManager indexManager, LegacyImportExportManager importExportManager, ImportContext context) Deprecated.ImportLongRunningTask(com.atlassian.event.api.EventPublisher eventPublisher, IndexManager indexManager, LegacyImportExportManager importExportManager, ImportContext context, Supplier<Boolean> shouldPublishReindexEvent) Deprecated. -
Uses of IndexManager in com.atlassian.confluence.internal.search
Constructors in com.atlassian.confluence.internal.search with parameters of type IndexManagerModifierConstructorDescriptionIndexServiceImpl(ReIndexJobManager reIndexJobManager, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.beehive.ClusterLockService clusterLockService, ClusterManager clusterManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, SearchPlatformConfig searchPlatformConfig, IndexManager indexManager) -
Uses of IndexManager in com.atlassian.confluence.jmx
Constructors in com.atlassian.confluence.jmx with parameters of type IndexManager -
Uses of IndexManager in com.atlassian.confluence.plugins.rest.jackson2.resources
Constructors in com.atlassian.confluence.plugins.rest.jackson2.resources with parameters of type IndexManagerModifierConstructorDescriptionIndexResource(IndexManager indexManager) Deprecated, for removal: This API element is subject to removal in a future version.since 8.3.0IndexResource(IndexManager indexManager, ReIndexService reIndexService) -
Uses of IndexManager in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type IndexManagerModifier and TypeMethodDescriptionvoidAdminSoapService.setIndexManager(IndexManager indexManager) -
Uses of IndexManager in com.atlassian.confluence.spaces.actions
Fields in com.atlassian.confluence.spaces.actions declared as IndexManagerMethods in com.atlassian.confluence.spaces.actions that return IndexManagerMethods in com.atlassian.confluence.spaces.actions with parameters of type IndexManagerModifier and TypeMethodDescriptionvoidAbstractCreateSpaceAction.setIndexManager(IndexManager indexManager) voidRemoveSpaceAction.setIndexManager(IndexManager indexManager) voidRemoveSpaceEntryAction.setIndexManager(IndexManager indexManager) -
Uses of IndexManager in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type IndexManagerModifier and TypeMethodDescriptionvoidFuncTestRpcHandlerImpl.setIndexManager(IndexManager indexManager) -
Uses of IndexManager in com.atlassian.confluence.upgrade.upgradetask
Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type IndexManagerModifierConstructorDescriptionResetJournalStateUpgradeTask(JournalStateStore journalStateStore, JournalStateStore bandanaJournalStateStore, BackupRestoreManager backupRestoreManager, IndexManager indexManager)