Class ForecastStats

    • Method Detail

      • getTotal

        public long getTotal()
        The number of forecasts currently available for this model.
      • getForecastedJobs

        public long getForecastedJobs()
        The number of jobs that have at least one forecast.
      • getMemoryStats

        public SimpleStats getMemoryStats()
        Statistics about the memory usage: minimum, maximum, average and total.
      • getRecordStats

        public SimpleStats getRecordStats()
        Statistics about the number of forecast records: minimum, maximum, average and total.
      • getRuntimeStats

        public SimpleStats getRuntimeStats()
        Statistics about the forecast runtime in milliseconds: minimum, maximum, average and total
      • getStatusCounts

        public Map<String,​Long> getStatusCounts()
        Counts per forecast status, for example: {"finished" : 2}.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object