Class BuiltInAggregator.DecimalAggregator
Implements built in Decimal type aggregator.
Inheritance
System.Object
BuiltInAggregator.DecimalAggregator
Namespace:
Assembly: Alachisoft.NCache.Web.dll
Syntax
public class DecimalAggregator : IAggregator
Name | Description |
---|---|
DecimalAggregator(AggregateFunctionType) | Constructor for DecimalAggregator 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. |