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 boolean
equals(Object o)
long
getPercentage()
long
getProcessed()
long
getTotal()
int
hashCode()
void
setProcessed(long processed)
void
setTotal(long total)
-