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