Class AggregateProxyAction<TSpaceProxy extends ISpaceProxy>
java.lang.Object
com.gigaspaces.internal.client.spaceproxy.actions.AggregateProxyAction<TSpaceProxy>
- Direct Known Subclasses:
LocalCacheImplAggregateAction,LocalViewImplAggregateAction,SpaceProxyImplAggregateAction
- Since:
- 10.0
- Author:
- Niv Ingberg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract AggregationResultaggregate(TSpaceProxy spaceProxy, AggregateProxyActionInfo actionInfo)
-
Constructor Details
-
AggregateProxyAction
public AggregateProxyAction()
-
-
Method Details
-
aggregate
public abstract AggregationResult aggregate(TSpaceProxy spaceProxy, AggregateProxyActionInfo actionInfo) throws RemoteException, TransactionException, InterruptedException
-