Class BaselineAutoAdjustStatus


  • public class BaselineAutoAdjustStatus
    extends Object
    Statistic of baseline auto-adjust.
    • Method Detail

      • scheduled

        public static BaselineAutoAdjustStatus scheduled​(long timeout)
        Parameters:
        timeout - Timeout of task of baseline adjust.
        Returns:
        Created statistic object.
      • inProgress

        public static BaselineAutoAdjustStatus inProgress()
        Returns:
        Created statistic object with 'in progress' status.
      • notScheduled

        public static BaselineAutoAdjustStatus notScheduled()
        Returns:
        Created statistic object with 'not scheduled' status.
      • getTimeUntilAutoAdjust

        public long getTimeUntilAutoAdjust()
        Returns:
        Timeout of task of baseline adjust.