Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
Tangosol.Util
ConverterCollections.ConverterInvocableCache Class
ConverterInvocableCache Methods
Aggregate Method
Aggregate Method (ICollection, IEntryAggregator)
Aggregate Method (IFilter, IEntryAggregator)
ConverterCollections
ConverterInvocableCache
Aggregate Method (ICollection, IEntryAggregator)
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14
c
(14.1.1.0)
F23534-02
Perform an aggregating operation against the entries specified by the passed keys.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
Copy
public
virtual
Object
Aggregate
(
ICollection
keys
,
IEntryAggregator
agent
)
Parameters
keys
Type:
System.Collections
ICollection
The collection of keys that specify the entries within this cache to aggregate across.
agent
Type:
Tangosol.Net.Cache
IEntryAggregator
The
IEntryAggregator
that is used to aggregate across the specified entries of this dictionary.
Return Value
Type:
Object
The result of the aggregation.
Implements
IInvocableCache
Aggregate(ICollection, IEntryAggregator)
See Also
Reference
ConverterCollections
ConverterInvocableCache Class
Aggregate Overload
Tangosol.Util Namespace
Copyright © 2000, 2024, Oracle and/or its affiliates. All rights reserved.