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