Package org.kairosdb.client.builder
Class Grouper
- java.lang.Object
-
- org.kairosdb.client.builder.Grouper
-
- Direct Known Subclasses:
BinGrouper,CustomGrouper,TagGrouper,TimeGrouper,ValueGrouper
public abstract class Grouper extends Object
Specifies how data is grouped. This is used by the JSON parser to deserialize a JSON response.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()Returns the name of the group by.inthashCode()
-
-
-
Constructor Detail
-
Grouper
protected Grouper(String name)
-
-