Interface Histogram

    • Method Detail

      • update

        void update​(int value)
        Adds a recorded value.
        Parameters:
        value - the length of the value
      • update

        void update​(long value)
        Adds a recorded value.
        Parameters:
        value - the length of the value
      • getCount

        long getCount()
        Returns the number of values recorded.
        Specified by:
        getCount in interface Counting
        Returns:
        the number of values recorded
      • getSnapshot

        Snapshot getSnapshot()
        Description copied from interface: Sampling
        Returns a snapshot of the values.
        Specified by:
        getSnapshot in interface Sampling
        Returns:
        a snapshot of the values