Uses of Interface
com.atlassian.confluence.internal.index.lucene.FullReindexManager
Packages that use FullReindexManager
Package
Description
-
Uses of FullReindexManager in com.atlassian.confluence.impl.index
Methods in com.atlassian.confluence.impl.index with parameters of type FullReindexManagerModifier and TypeMethodDescriptionvoidChangeIndexRecoverer.setFullReindexManager(@NonNull FullReindexManager fullReindexManager) Autowired by spring setter injectionvoidContentIndexRecoverer.setFullReindexManager(@NonNull FullReindexManager fullReindexManager) Autowired by spring setter injection -
Uses of FullReindexManager in com.atlassian.confluence.impl.search
Constructors in com.atlassian.confluence.impl.search with parameters of type FullReindexManagerModifierConstructorDescriptionCompositeIndexManager(List<IncrementalIndexManager> incrementalManagers, IndexTaskQueue<ConfluenceIndexTask> compositeTaskQueue, FullReindexManager fullReindexManager) IndexFlushScheduler(com.atlassian.scheduler.SchedulerService schedulerService, String jobRunnerKeyAndId, com.atlassian.scheduler.config.RunMode runMode, long journalIgnoreWithinMillis, IncrementalIndexManager indexManager, FullReindexManager fullReindexManager) IndexFlushScheduler(com.atlassian.scheduler.SchedulerService schedulerService, String jobRunnerKeyAndId, com.atlassian.scheduler.config.RunMode runMode, long journalIgnoreWithinMillis, IncrementalIndexManager indexManager, FullReindexManager fullReindexManager, BooleanSupplier indexFlushEnabledSupplier) JobRunnerKey and JobId use same value. -
Uses of FullReindexManager in com.atlassian.confluence.internal.diagnostics.ipd.index
Constructors in com.atlassian.confluence.internal.diagnostics.ipd.index with parameters of type FullReindexManagerModifierConstructorDescriptionReIndexingDurationIpdJob(com.atlassian.diagnostics.ipd.api.jobs.IpdJobRegistry ipdJobRegistry, com.atlassian.diagnostics.ipd.api.registry.IpdRegistry ipdRegistry, com.atlassian.event.api.EventPublisher eventPublisher, FullReindexManager fullReindexManager) ReIndexingDurationIpdJob(com.atlassian.diagnostics.ipd.api.jobs.IpdJobRegistry ipdJobRegistry, com.atlassian.diagnostics.ipd.api.registry.IpdRegistry ipdRegistry, com.atlassian.event.api.EventPublisher eventPublisher, FullReindexManager fullReindexManager, com.atlassian.core.util.Clock clock) -
Uses of FullReindexManager in com.atlassian.confluence.internal.index.lucene
Classes in com.atlassian.confluence.internal.index.lucene that implement FullReindexManager -
Uses of FullReindexManager in com.atlassian.confluence.internal.index.v2
Constructor parameters in com.atlassian.confluence.internal.index.v2 with type arguments of type FullReindexManagerModifierConstructorDescriptionIsSiteReindexingChecker(Supplier<FullReindexManager> indexManagerSupplier) -
Uses of FullReindexManager in com.atlassian.confluence.internal.search
Constructors in com.atlassian.confluence.internal.search with parameters of type FullReindexManagerModifierConstructorDescriptionLuceneIncrementalIndexManager(IndexLockService lockService, IndexTaskQueue<ConfluenceIndexTask> taskQueue, SearchIndexAccessor searchIndexAccessor, com.atlassian.event.api.EventPublisher eventPublisher, FullReindexManager fullReindexManager, SearchIndex targetIndex, org.hibernate.SessionFactory sessionFactory, HibernateSessionManager5 sessionManager, JournalService journalService) -
Uses of FullReindexManager in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type FullReindexManagerModifier and TypeMethodDescriptionvoidFuncTestRpcHandlerImpl.setFullReindexManager(FullReindexManager fullReindexManager)