Class AggregatorTask
Provides basic implementation of Aggregator.
Inheritance
System.Object
AggregatorTask
Namespace:
Assembly: Alachisoft.NCache.Web.dll
Syntax
[Serializable]
public sealed class AggregatorTask
AggregatorTask(IValueExtractor, IAggregator)
Initialize an instance of the class.
Declaration
public AggregatorTask(IValueExtractor valueExtractor, IAggregator aggregator)
Parameters
Type | Name | Description |
---|---|---|
IValueExtractor | valueExtractor | instance of IValueExtractor |
IAggregator | aggregator | instance ofIAggregator |
AggregatorType
Returns instance of built in Aggregator
Declaration
public Type AggregatorType { get; }
Property Value
Type | Description |
---|---|
System.Type |
BuiltInAggregatorType
Returns current Built in Aggregator type.
Declaration
public Type BuiltInAggregatorType { get; }
Property Value
Type | Description |
---|---|
System.Type |
CreateMapReduceTask()
Create Map Reduce Task using given Mapper, Combiner and Reducer for currrent aggregator.
Declaration
public MapReduceTask CreateMapReduceTask()
Returns
Type | Description |
---|---|
MapReduceTask |