GigaSpaces XAP 10.0.1 API

Uses of Class
com.gigaspaces.query.aggregators.AggregationSet

Packages that use AggregationSet
com.gigaspaces.query.aggregators   
org.openspaces.core Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and the ability to create it. 
 

Uses of AggregationSet in com.gigaspaces.query.aggregators
 

Methods in com.gigaspaces.query.aggregators that return AggregationSet
 AggregationSet AggregationSet.add(SpaceEntriesAggregator aggregator)
           
 AggregationSet AggregationSet.average(String path)
          Calculates average of path values of matching entries.
 AggregationSet AggregationSet.count()
          Counts matching entries.
 AggregationSet AggregationSet.count(String path)
          Counts matching entries whose path is not null.
 AggregationSet AggregationSet.groupBy(GroupByAggregator aggregator)
           
 AggregationSet AggregationSet.maxEntry(String path)
          Returns entry with maximum value of path of matching entries.
 AggregationSet AggregationSet.maxValue(String path)
          Returns maximum value of path of matching entries.
 AggregationSet AggregationSet.minEntry(String path)
          Returns entry with minimum value of path of matching entries.
 AggregationSet AggregationSet.minValue(String path)
          Returns minimum value of path of matching entries.
 AggregationSet AggregationSet.sum(String path)
          Sums values of paths of matching entries.
 

Methods in com.gigaspaces.query.aggregators with parameters of type AggregationSet
static List<SpaceEntriesAggregator> AggregationInternalUtils.getAggregators(AggregationSet aggregationSet)
           
 

Uses of AggregationSet in org.openspaces.core
 

Methods in org.openspaces.core with parameters of type AggregationSet
<T> com.gigaspaces.query.aggregators.AggregationResult
DefaultGigaSpace.aggregate(ISpaceQuery<T> query, AggregationSet aggregationSet)
           
<T> com.gigaspaces.query.aggregators.AggregationResult
GigaSpace.aggregate(ISpaceQuery<T> query, AggregationSet aggregationSet)
          Executes the specified query along with the specified aggregations collocated at the space.
 


GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.