Oracle® Coherence .NET API Reference Release 3.6
E15727-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)
E15727-01
Construct a Parallel aggregator based on a specified
IValueExtractor and underlying
IParallelAwareAggregator.
Namespace:
Tangosol.Util.AggregatorAssembly: Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)
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.