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 TypeMethodDescriptionint
getCount()
int
int
getTotal()
int
int
increment
(int delta) void
void
void
void
reindexFinished
(List<String> spaceKeys, EnumSet<ReIndexOption> options) void
void
reindexStageFinished
(ReIndexOption option) void
reindexStageStarted
(ReIndexOption option) void
reindexStarted
(EnumSet<ReIndexOption> options, List<String> spaceKeys)
-
Constructor Details
-
EventPublishingReindexProgress
public EventPublishingReindexProgress(com.atlassian.event.api.EventPublisher eventPublisher, Progress progress)
-
-
Method Details
-
reindexStarted
- Specified by:
reindexStarted
in interfaceReindexProgress
-
reindexStageStarted
- Specified by:
reindexStageStarted
in interfaceReindexProgress
-
reindexStageFinished
- Specified by:
reindexStageFinished
in interfaceReindexProgress
-
reindexFinished
- Specified by:
reindexFinished
in interfaceReindexProgress
-
reIndexSkipped
public void reIndexSkipped()- Specified by:
reIndexSkipped
in interfaceReindexProgress
-
reIndexFailed
public void reIndexFailed()- Specified by:
reIndexFailed
in interfaceReindexProgress
-
reindexBatchStarted
public void reindexBatchStarted()- Specified by:
reindexBatchStarted
in interfaceReindexProgress
-
reindexBatchFinished
public void reindexBatchFinished()- Specified by:
reindexBatchFinished
in interfaceReindexProgress
-
getCount
public int getCount() -
getTotal
public int getTotal() -
getPercentComplete
public int getPercentComplete()- Specified by:
getPercentComplete
in interfaceProgress
-
increment
public int increment() -
increment
public int increment(int delta)
-