Class RefreshStats

    • Constructor Detail

      • RefreshStats

        public RefreshStats()
      • RefreshStats

        public RefreshStats​(long total,
                            long totalTimeInMillis,
                            int listeners)
    • Method Detail

      • addTotals

        public void addTotals​(RefreshStats refreshStats)
      • getTotal

        public long getTotal()
        The total number of refresh executed.
      • getTotalTimeInMillis

        public long getTotalTimeInMillis()
        The total time merges have been executed (in milliseconds).
      • getTotalTime

        public TimeValue getTotalTime()
        The total time merges have been executed.
      • getListeners

        public int getListeners()
        The number of waiting refresh listeners.
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object