| Package | Description |
|---|---|
| org.kairosdb.client.deserializer | |
| org.kairosdb.client.response | |
| org.kairosdb.client.response.grouping |
| Modifier and Type | Method and Description |
|---|---|
GroupResult |
GroupByDeserializer.deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
| Modifier and Type | Method and Description |
|---|---|
List<GroupResult> |
Result.getGroupResults() |
| Modifier and Type | Method and Description |
|---|---|
Result |
Query.getFirstResultByGroup(GroupResult matchingGroup) |
| Constructor and Description |
|---|
Result(String name,
Map<String,List<String>> tags,
List<DataPoint> dataPoints,
List<GroupResult> groupResults) |
| Modifier and Type | Class and Description |
|---|---|
class |
BinGroupResult
Grouping by bins.
|
class |
CustomGroupResult |
class |
DefaultGroupResult
Group that represents natural grouping based on the type of the data.
|
class |
TagGroupResult
Grouping by tags.
|
class |
TimeGroupResult |
class |
ValueGroupResult
Results from a ValueGrouper.
|
Copyright © 2018. All rights reserved.