Uses of Class
com.gigaspaces.query.aggregators.AggregationResult
Packages that use AggregationResult
Package
Description
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
-
Uses of AggregationResult in com.gigaspaces.internal.client.cache.localcache.actions
Methods in com.gigaspaces.internal.client.cache.localcache.actions that return AggregationResultModifier and TypeMethodDescriptionLocalCacheImplAggregateAction.aggregate(LocalCacheContainer spaceProxy, AggregateProxyActionInfo actionInfo) -
Uses of AggregationResult in com.gigaspaces.internal.client.cache.localview.actions
Methods in com.gigaspaces.internal.client.cache.localview.actions that return AggregationResultModifier and TypeMethodDescriptionLocalViewImplAggregateAction.aggregate(LocalViewContainer spaceProxy, AggregateProxyActionInfo actionInfo) -
Uses of AggregationResult in com.gigaspaces.internal.client.spaceproxy
Methods in com.gigaspaces.internal.client.spaceproxy that return AggregationResultModifier and TypeMethodDescriptionAbstractSpaceProxy.aggregate(Object template, AggregationSet aggregationSet, Transaction txn, int readModifiers) ISpaceProxy.aggregate(Object template, AggregationSet aggregationSet, Transaction txn, int readModifiers) -
Uses of AggregationResult in com.gigaspaces.internal.client.spaceproxy.actions
Methods in com.gigaspaces.internal.client.spaceproxy.actions that return AggregationResultModifier and TypeMethodDescriptionAbstractSpaceProxyActionManager.aggregate(Object query, AggregationSet aggregationSet, Transaction txn, int modifiers) abstract AggregationResultAggregateProxyAction.aggregate(TSpaceProxy spaceProxy, AggregateProxyActionInfo actionInfo) SpaceProxyImplAggregateAction.aggregate(SpaceProxyImpl spaceProxy, AggregateProxyActionInfo actionInfo) -
Uses of AggregationResult in com.gigaspaces.internal.client.spaceproxy.operations
Methods in com.gigaspaces.internal.client.spaceproxy.operations that return AggregationResultModifier and TypeMethodDescriptionAggregateEntriesSpaceOperationRequest.getFinalResult(IJSpace spaceProxy, ITemplatePacket queryPacket, boolean returnEntryPacket) -
Uses of AggregationResult in com.gigaspaces.query.aggregators
Methods in com.gigaspaces.query.aggregators that return AggregationResultModifier and TypeMethodDescriptionstatic AggregationResultAggregationInternalUtils.getFinalResult(List<SpaceEntriesAggregator> aggregators, RawEntryConverter rawEntryConverter) -
Uses of AggregationResult in org.openspaces.core
Methods in org.openspaces.core that return AggregationResultModifier 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)