Class BoundedRangeStatisticImpl

All Implemented Interfaces:
Resettable, Statistic

public class BoundedRangeStatisticImpl extends RangeStatisticImpl
A bounded range statistic implementation
  • Constructor Details

    • BoundedRangeStatisticImpl

      public BoundedRangeStatisticImpl(String name, String unit, String description, long lowerBound, long upperBound)
  • Method Details