Class ReIndexJob.Progress
java.lang.Object
com.atlassian.confluence.index.status.ReIndexJob.Progress
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ReIndexJob
Simple class to hold progress of either rebuilding index or index propagation
- Since:
- 7.6.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
long
long
long
getTotal()
int
hashCode()
void
setProcessed
(long processed) void
setTotal
(long total) toString()
Provides a string representation that is useful for logging
-
Constructor Details
-
Progress
public Progress() -
Progress
public Progress(long processed, long total)
-
-
Method Details
-
getTotal
public long getTotal() -
setTotal
public void setTotal(long total) -
getProcessed
public long getProcessed() -
setProcessed
public void setProcessed(long processed) -
equals
-
hashCode
public int hashCode() -
getPercentage
public long getPercentage()- Since:
- 8.3.0
-
toString
Provides a string representation that is useful for logging
-