Class WarmerStats

    • Constructor Detail

      • WarmerStats

        public WarmerStats()
      • WarmerStats

        public WarmerStats​(long current,
                           long total,
                           long totalTimeInMillis)
    • Method Detail

      • add

        public void add​(long current,
                        long total,
                        long totalTimeInMillis)
      • current

        public long current()
      • total

        public long total()
        The total number of warmer executed.
      • totalTimeInMillis

        public long totalTimeInMillis()
        The total time warmer have been executed (in milliseconds).
      • totalTime

        public TimeValue totalTime()
        The total time warmer have been executed.