Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Sort all the participating filters according to their effectiveness.

Namespace: Tangosol.Util.Filter
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
protected void OptimizeFilterOrder(
	IDictionary indexes,
	ICollection keys
)

Parameters

indexes
Type: System.Collections..::..IDictionary
The available ICacheIndex objects keyed by the related IValueExtractor; read-only.
keys
Type: System.Collections..::..ICollection
The set of keys that will be filtered; read-only

See Also