Class BuiltInAggregator.BigIntegerAggregator
Implements built in BigInteger type aggregator.
Inheritance
System.Object
BuiltInAggregator.BigIntegerAggregator
Namespace:
Assembly: Alachisoft.NCache.Web.dll
Syntax
public class BigIntegerAggregator : IAggregator
Name | Description |
---|---|
BigIntegerAggregator(AggregateFunctionType) | Constructor for BigIntegerAggregator class |
Name | Description |
---|---|
Aggregate(Object) | Performs given logic of aggregate on local node like combiner. |
AggregateAll(Object) | Performs given logic of aggregate on all server nodes like Reduce phase operation. |