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