Uses of Class
com.gigaspaces.query.aggregators.AggregationSet
Packages that use AggregationSet
Package
Description
Provides GigaSpaces JDBC interfaces
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.internal.client.spaceproxy
Methods in com.gigaspaces.internal.client.spaceproxy with parameters of type AggregationSetModifier and TypeMethodDescriptionAbstractSpaceProxy.aggregate(Object template, AggregationSet aggregationSet, Transaction txn, int readModifiers) ISpaceProxy.aggregate(Object template, AggregationSet aggregationSet, Transaction txn, int readModifiers) -
Uses of AggregationSet in com.gigaspaces.internal.client.spaceproxy.actioninfo
Fields in com.gigaspaces.internal.client.spaceproxy.actioninfo declared as AggregationSetConstructors in com.gigaspaces.internal.client.spaceproxy.actioninfo with parameters of type AggregationSetModifierConstructorDescriptionAggregateProxyActionInfo(ISpaceProxy spaceProxy, Object query, AggregationSet aggregationSet, Transaction txn, int modifiers) -
Uses of AggregationSet in com.gigaspaces.internal.client.spaceproxy.actions
Methods in com.gigaspaces.internal.client.spaceproxy.actions with parameters of type AggregationSetModifier and TypeMethodDescriptionAbstractSpaceProxyActionManager.aggregate(Object query, AggregationSet aggregationSet, Transaction txn, int modifiers) -
Uses of AggregationSet in com.gigaspaces.query.aggregators
Methods in com.gigaspaces.query.aggregators that return AggregationSetModifier and TypeMethodDescriptionAggregationSet.add(SpaceEntriesAggregator aggregator) Calculates average of path values of matching entries, infers the return type of the path.AggregationSet.count()Counts matching entries.Counts matching entries whose path is not null.AggregationSet.distinct(DistinctAggregator aggregator) AggregationSet.groupBy(GroupByAggregator aggregator) Returns entry with maximum value of path of matching entries.Returns maximum value of path of matching entries.Returns entry with minimum value of path of matching entries.Returns minimum value of path of matching entries.AggregationSet.orderBy(OrderByAggregator aggregator) Sums values of paths of matching entries, infers the return type of the path.Methods in com.gigaspaces.query.aggregators with parameters of type AggregationSetModifier and TypeMethodDescriptionstatic List<SpaceEntriesAggregator>AggregationInternalUtils.getAggregators(AggregationSet aggregationSet) -
Uses of AggregationSet in com.j_spaces.jdbc
Fields in com.j_spaces.jdbc declared as AggregationSetMethods in com.j_spaces.jdbc that return AggregationSetModifier and TypeMethodDescriptionstatic AggregationSetAggregationsUtil.createAggregationSet(SelectQuery query, int entriesLimit) Create the aggregation set for the queryMethods in com.j_spaces.jdbc with parameters of type AggregationSetModifier and TypeMethodDescriptionstatic IQueryResultSet<IEntryPacket>AggregationsUtil.aggregate(QueryTemplatePacket template, AggregationSet aggregationSet, IJSpace space, Transaction txn, int modifiers) Execute aggregation query -
Uses of AggregationSet in com.j_spaces.jdbc.builder
Fields in com.j_spaces.jdbc.builder declared as AggregationSetMethods in com.j_spaces.jdbc.builder that return AggregationSetMethods in com.j_spaces.jdbc.builder with parameters of type AggregationSetModifier and TypeMethodDescriptionvoidQueryTemplatePacket.setAggregationSet(AggregationSet aggregationSet) -
Uses of AggregationSet in org.openspaces.core
Methods in org.openspaces.core with parameters of type AggregationSetModifier and TypeMethodDescriptionDefaultGigaSpace.aggregate(ISpaceQuery<T> query, AggregationSet aggregationSet) DefaultGigaSpace.aggregate(ISpaceQuery<T> query, AggregationSet aggregationSet, ReadModifiers readModifiers) GigaSpace.aggregate(ISpaceQuery<T> query, AggregationSet aggregationSet) Executes the specified query along with the specified aggregations collocated at the space.GigaSpace.aggregate(ISpaceQuery<T> query, AggregationSet aggregationSet, ReadModifiers readModifiers)