Class BuiltInAggregator.DateAggregator
Implements built in Date type aggregator.
Inheritance
System.Object
BuiltInAggregator.DateAggregator
Namespace:
Assembly: Alachisoft.NCache.Web.dll
Syntax
[Serializable]
public class DateAggregator : IAggregator
DateAggregator(AggregateFunctionType)
Declaration
public DateAggregator(AggregateFunctionType type)
Parameters
Type | Name | Description |
---|---|---|
Alachisoft.NCache.Common.Enum.AggregateFunctionType | type |
Aggregate(Object)
Performs given logic of aggregate on local node like combiner.
Declaration
public object Aggregate(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | object |
Returns
Type | Description |
---|---|
System.Object | Retuns aggregated result. |
Implements
AggregateAll(Object)
Performs given logic of aggregate on all server nodes like Reduce phase operation.
Declaration
public object AggregateAll(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | object |
Returns
Type | Description |
---|---|
System.Object | Retuns aggregated result. |