Class TagGrouper
- java.lang.Object
-
- org.kairosdb.client.builder.Grouper
-
- org.kairosdb.client.builder.grouper.TagGrouper
-
public class TagGrouper extends Grouper
Grouper used to group by tag names.
-
-
Constructor Summary
Constructors Constructor Description TagGrouper(String... tagNames)TagGrouper(List<String> tagNames)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<String>getTagNames()inthashCode()
-