Class ValueGrouper


  • public class ValueGrouper
    extends Grouper
    Grouper used to group by metric value. Groups are a range of values specified by range size. For example, if rangeSize is 10, then all values between 0 and 9 are put into the first group, 10-19 in the second group, etc.
    • Constructor Detail

      • ValueGrouper

        public ValueGrouper​(int rangeSize)
    • Method Detail

      • getRangeSize

        public int getRangeSize()