Class ValueGrouper
- java.lang.Object
-
- org.kairosdb.client.builder.Grouper
-
- org.kairosdb.client.builder.grouper.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 Summary
Constructors Constructor Description ValueGrouper(int rangeSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetRangeSize()inthashCode()
-