|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupByAggregator | |
---|---|
com.gigaspaces.query.aggregators | |
org.openspaces.extensions |
Uses of GroupByAggregator in com.gigaspaces.query.aggregators |
---|
Methods in com.gigaspaces.query.aggregators that return GroupByAggregator | |
---|---|
GroupByAggregator |
GroupByAggregator.groupBy(String... paths)
|
GroupByAggregator |
GroupByAggregator.having(GroupByFilter filter)
|
GroupByAggregator |
GroupByAggregator.select(SpaceEntriesAggregator... aggregators)
|
GroupByAggregator |
GroupByAggregator.selectAverage(String path)
|
GroupByAggregator |
GroupByAggregator.selectCount()
|
GroupByAggregator |
GroupByAggregator.selectCount(String path)
|
GroupByAggregator |
GroupByAggregator.selectMaxEntry(String path)
|
GroupByAggregator |
GroupByAggregator.selectMaxValue(String path)
|
GroupByAggregator |
GroupByAggregator.selectMinEntry(String path)
|
GroupByAggregator |
GroupByAggregator.selectMinValue(String path)
|
GroupByAggregator |
GroupByAggregator.selectSum(String path)
|
Methods in com.gigaspaces.query.aggregators with parameters of type GroupByAggregator | |
---|---|
static List<SpaceEntriesAggregator> |
AggregationInternalUtils.getSelectors(GroupByAggregator aggregator)
|
AggregationSet |
AggregationSet.groupBy(GroupByAggregator aggregator)
|
Uses of GroupByAggregator in org.openspaces.extensions |
---|
Methods in org.openspaces.extensions with parameters of type GroupByAggregator | |
---|---|
static GroupByResult |
QueryExtension.groupBy(GigaSpace gigaSpace,
ISpaceQuery query,
GroupByAggregator aggregator)
|
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |