Class AbstractReindexer.Context
java.lang.Object
com.atlassian.confluence.internal.index.AbstractReindexer.Context
- Enclosing class:
- AbstractReindexer
Holds contextual state for a specific reindex run
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
protected
Context
(Progress progress, AbstractReindexer.Context.Executor contentExecutor, AbstractReindexer.Context.Executor changeExecutor) -
Method Summary
Modifier and TypeMethodDescriptionvoid
reindexFinished
(List<String> spaceKeys, EnumSet<ReIndexOption> options)
-
Constructor Details
-
Context
-
Context
protected Context(Progress progress, AbstractReindexer.Context.Executor contentExecutor, AbstractReindexer.Context.Executor changeExecutor)
-
-
Method Details
-
reindexFinished
-