| Package | Description |
|---|---|
| org.kairosdb.client.builder | |
| org.kairosdb.client.builder.grouper | |
| org.kairosdb.client.deserializer |
| Modifier and Type | Method and Description |
|---|---|
List<Grouper> |
QueryMetric.getGroupers() |
| Modifier and Type | Method and Description |
|---|---|
QueryMetric |
QueryMetric.addGrouper(Grouper grouper)
Add a grouper to the metric.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinGrouper |
class |
CustomGrouper
Grouper that that takes custom json.
|
class |
TagGrouper
Grouper used to group by tag names.
|
class |
TimeGrouper
Grouper used to group by time range.
|
class |
ValueGrouper
Grouper used to group by metric value.
|
| Modifier and Type | Method and Description |
|---|---|
Grouper |
GrouperDeserializer.deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
Copyright © 2018. All rights reserved.