|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupBy | |
---|---|
com.baidubce.services.tsdb.model |
Uses of GroupBy in com.baidubce.services.tsdb.model |
---|
Methods in com.baidubce.services.tsdb.model that return GroupBy | |
---|---|
GroupBy |
GroupBy.withGroupCount(int groupCount)
Deprecated. |
GroupBy |
GroupBy.withName(String name)
|
GroupBy |
GroupBy.withTags(List<String> tags)
|
GroupBy |
GroupBy.withTimeRangeSize(String timeRangeSize)
Deprecated. |
GroupBy |
GroupBy.withValueRangeSize(int valueRangeSize)
Deprecated. |
Methods in com.baidubce.services.tsdb.model that return types with arguments of type GroupBy | |
---|---|
List<GroupBy> |
Query.getGroupBy()
|
Methods in com.baidubce.services.tsdb.model with parameters of type GroupBy | |
---|---|
Query |
Query.addGroupBy(GroupBy groupBy)
|
Method parameters in com.baidubce.services.tsdb.model with type arguments of type GroupBy | |
---|---|
void |
Query.setGroupBy(List<GroupBy> groupBy)
|
Query |
Query.withGroupBy(List<GroupBy> groupBy)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |