Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
Construct a Parallel aggregator based on a specified
IValueExtractor and underlying
IParallelAwareAggregator.
Namespace:
Tangosol.Util.AggregatorAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
protected internal Parallel( IValueExtractor extractor, IParallelAwareAggregator aggregator, IFilter filter ) |
Parameters
- extractor
- Type: Tangosol.Util..::.IValueExtractor
An IValueExtractor object; may not be null.
- aggregator
- Type: Tangosol.Net.Cache..::.IParallelAwareAggregator
An IEntryAggregator object; may not be null.
- filter
- Type: Tangosol.Util..::.IFilter
An IFilter object.