Class AggregatorCombinerFactory
Assigns a unique Combiner for each provided key.
Inheritance
System.Object
AggregatorCombinerFactory
Namespace:
Assembly: Alachisoft.NCache.Web.dll
Syntax
[Serializable]
public class AggregatorCombinerFactory : ICombinerFactory
AggregatorCombinerFactory(IAggregator, Type)
Construtor to initialize instance of class.
Declaration
public AggregatorCombinerFactory(IAggregator aggregator, Type classType)
Parameters
Type | Name | Description |
---|---|---|
IAggregator | aggregator | instance of IAggregator |
System.Type | classType | Class data type |
Create(Object)
Provides incoming element with a new instance of Combiner to merge intermediate key-value pairs from Mapper.
Declaration
public ICombiner Create(object key)
Parameters
Type | Name | Description |
---|---|---|
System.Object | key | Key for new Combiner |
Returns
Type | Description |
---|---|
ICombiner | New instance of ICombiner. |