Class ReIndexJobJson


  • public class ReIndexJobJson
    extends Object
    • Method Detail

      • getId

        public String getId()
        Returns:
        unique Id of the re-index job
      • getStartTime

        public Long getStartTime()
        Returns:
        start time of this re-index job. In Epoch seconds.
      • getFinishTime

        public @Nullable Long getFinishTime()
        Returns:
        finish time of this re-index job. In Epoch seconds.
      • getDuration

        public @Nullable Long getDuration()
        Returns:
        time it took to complete this re-index job, in seconds
      • isAcknowledged

        public boolean isAcknowledged()
      • getProgress

        public long getProgress()