Interface MutableCountStatistic

    • Method Detail

      • setCount

        void setCount​(long current)
        Provides the mutator to the only statistic in the implementing class that changes - Count. It is expected that the count is monotonically increasing on a temporal scale.
        Parameters:
        current - long that specifies the value when measured (sampled).