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:
-
Constructor Summary
ConstructorsConstructorDescriptionEventPublishingReindexProgress(com.atlassian.event.api.EventPublisher eventPublisher, Progress progress) -
Method Summary
Modifier and TypeMethodDescriptionintgetCount()intintgetTotal()intintincrement(int delta) voidvoidvoidvoidreindexFinished(List<String> spaceKeys) voidvoidreindexStageFinished(ReIndexOption option) voidreindexStageStarted(ReIndexOption option) voidreindexStarted(EnumSet<ReIndexOption> options, List<String> spaceKeys)
-
Constructor Details
-
EventPublishingReindexProgress
public EventPublishingReindexProgress(com.atlassian.event.api.EventPublisher eventPublisher, Progress progress)
-
-
Method Details
-
reindexStarted
- Specified by:
reindexStartedin interfaceReindexProgress
-
reindexStageStarted
- Specified by:
reindexStageStartedin interfaceReindexProgress
-
reindexStageFinished
- Specified by:
reindexStageFinishedin interfaceReindexProgress
-
reindexFinished
- Specified by:
reindexFinishedin interfaceReindexProgress
-
reIndexSkipped
public void reIndexSkipped()- Specified by:
reIndexSkippedin interfaceReindexProgress
-
reIndexFailed
public void reIndexFailed()- Specified by:
reIndexFailedin interfaceReindexProgress
-
reindexBatchStarted
public void reindexBatchStarted()- Specified by:
reindexBatchStartedin interfaceReindexProgress
-
reindexBatchFinished
public void reindexBatchFinished()- Specified by:
reindexBatchFinishedin interfaceReindexProgress
-
getCount
public int getCount() -
getTotal
public int getTotal() -
getPercentComplete
public int getPercentComplete()- Specified by:
getPercentCompletein interfaceProgress
-
increment
public int increment() -
increment
public int increment(int delta)
-