Class AccumulatorResult

    • Field Detail

      • value

        public long value
        The total value accumulated.
      • count

        public long count
        The number of sample value was accumulated over.
    • Method Detail

      • set

        public void set​(long value,
                        long count)
        Set the value and count.
        Parameters:
        value - The total value accumulated.
        count - The number of samples accumulated.