Class ReIndexJob.Progress
- java.lang.Object
-
- com.atlassian.confluence.index.status.ReIndexJob.Progress
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ReIndexJob
public static class ReIndexJob.Progress extends Object implements Serializable
Simple class to hold progress of either rebuilding index or index propagation- Since:
- 7.6.0
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetPercentage()longgetProcessed()longgetTotal()inthashCode()voidsetProcessed(long processed)voidsetTotal(long total)
-