.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
Tangosol.Util.Aggregator
GroupAggregator.Parallel Class
GroupAggregator.Parallel Constructor
Parallel Properties
Parallel Methods
Parallel Fields
GroupAggregator
Parallel Constructor
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct a Parallel aggregator based on a specified
IValueExtractor
and underlying
IParallelAwareAggregator
.
Namespace:
Tangosol.Util.Aggregator
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
Copy
protected
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.
See Also
Reference
GroupAggregator
Parallel Class
Tangosol.Util.Aggregator Namespace
Copyright © 2000, 2020, Oracle and/or its affiliates. All rights reserved.