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.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)
-