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 SummaryNested Classes
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedprotectedContext(Progress progress, AbstractReindexer.Context.Executor contentExecutor, AbstractReindexer.Context.Executor changeExecutor) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidreindexFinished(List<String> spaceKeys, EnumSet<ReIndexOption> options) 
- 
Constructor Details- 
Context
- 
Contextprotected Context(Progress progress, AbstractReindexer.Context.Executor contentExecutor, AbstractReindexer.Context.Executor changeExecutor) 
 
- 
- 
Method Details- 
reindexFinished
 
-