Class EventPublishingReindexProgress
- java.lang.Object
-
- com.atlassian.confluence.internal.index.EventPublishingReindexProgress
-
- All Implemented Interfaces:
ReindexProgress,Progress,Serializable
public final class EventPublishingReindexProgress extends Object implements Progress, ReindexProgress
- Since:
- 7.14
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventPublishingReindexProgress(com.atlassian.event.api.EventPublisher eventPublisher, Progress progress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCount()intgetPercentComplete()intgetTotal()intincrement()intincrement(int delta)voidreindexBatchFinished()voidreindexBatchStarted()voidreindexFinished(List<String> spaceKeys)voidreIndexSkipped()voidreindexStageFinished(ReIndexOption option)voidreindexStageStarted(ReIndexOption option)voidreindexStarted(EnumSet<ReIndexOption> options, List<String> spaceKeys)
-
-
-
Constructor Detail
-
EventPublishingReindexProgress
public EventPublishingReindexProgress(com.atlassian.event.api.EventPublisher eventPublisher, Progress progress)
-
-
Method Detail
-
reindexStarted
public void reindexStarted(EnumSet<ReIndexOption> options, List<String> spaceKeys)
- Specified by:
reindexStartedin interfaceReindexProgress
-
reindexStageStarted
public void reindexStageStarted(ReIndexOption option)
- Specified by:
reindexStageStartedin interfaceReindexProgress
-
reindexStageFinished
public void reindexStageFinished(ReIndexOption option)
- Specified by:
reindexStageFinishedin interfaceReindexProgress
-
reindexFinished
public void reindexFinished(List<String> spaceKeys)
- Specified by:
reindexFinishedin interfaceReindexProgress
-
reIndexSkipped
public void reIndexSkipped()
- Specified by:
reIndexSkippedin interfaceReindexProgress
-
reindexBatchStarted
public void reindexBatchStarted()
- Specified by:
reindexBatchStartedin interfaceReindexProgress
-
reindexBatchFinished
public void reindexBatchFinished()
- Specified by:
reindexBatchFinishedin interfaceReindexProgress
-
getPercentComplete
public int getPercentComplete()
- Specified by:
getPercentCompletein interfaceProgress
-
-