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