Class BufferReporterStatus.ReportLatencySummary

  • Enclosing class:
    BufferReporterStatus

    public static class BufferReporterStatus.ReportLatencySummary
    extends java.lang.Object
    Latency report summary
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long avg
      The arithmetic mean of values recorded
      long max
      The maximum value recorded
      long min
      The minimum value recorded
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • max

        public final long max
        The maximum value recorded
      • min

        public final long min
        The minimum value recorded
      • avg

        public final long avg
        The arithmetic mean of values recorded
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object