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:
  • 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getPercentage

      public long getPercentage()
      Since:
      8.3.0
    • toString

      public String toString()
      Provides a string representation that is useful for logging
      Overrides:
      toString in class Object
      Returns:
      A terse string representation of Progress
      Since:
      9.0