Uses of Interface
com.atlassian.confluence.internal.index.lucene.FullReindexManager
-
-
Uses of FullReindexManager in com.atlassian.confluence.impl.index
Methods in com.atlassian.confluence.impl.index with parameters of type FullReindexManager Modifier and Type Method Description voidChangeIndexRecoverer. 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 FullReindexManager Constructor Description CompositeIndexManager(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 FullReindexManager Constructor Description ReIndexingDurationIpdJob(com.atlassian.diagnostics.ipd.internal.spi.IpdJobRunner ipdJobRunner, com.atlassian.diagnostics.internal.ipd.IpdMainRegistry ipdMainRegistry, com.atlassian.event.api.EventPublisher eventPublisher, FullReindexManager fullReindexManager)ReIndexingDurationIpdJob(com.atlassian.diagnostics.ipd.internal.spi.IpdJobRunner ipdJobRunner, com.atlassian.diagnostics.internal.ipd.IpdMainRegistry ipdMainRegistry, 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 Modifier and Type Class Description classLuceneFullReindexManager -
Uses of FullReindexManager in com.atlassian.confluence.internal.index.v2
Constructor parameters in com.atlassian.confluence.internal.index.v2 with type arguments of type FullReindexManager Constructor Description IsSiteReindexingChecker(com.google.common.base.Supplier<FullReindexManager> indexManagerSupplier) -
Uses of FullReindexManager in com.atlassian.confluence.internal.search
Constructors in com.atlassian.confluence.internal.search with parameters of type FullReindexManager Constructor Description LuceneIncrementalIndexManager(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, Supplier<ReIndexJobManager> reIndexJobManagerSupplier, SearchPlatformConfig searchPlatformConfig) -
Uses of FullReindexManager in com.atlassian.confluence.test.rpc
Methods in com.atlassian.confluence.test.rpc with parameters of type FullReindexManager Modifier and Type Method Description voidFuncTestRpcHandlerImpl. setFullReindexManager(FullReindexManager fullReindexManager)
-