Click or drag to resize

ArrayFilterOptimizeFilterOrder Method

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

Namespace:  Tangosol.Util.Filter
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected void OptimizeFilterOrder(
	IDictionary indexes,
	ICollection keys
)

Parameters

indexes
Type: System.CollectionsIDictionary
The available ICacheIndex objects keyed by the related IValueExtractor; read-only.
keys
Type: System.CollectionsICollection
The set of keys that will be filtered; read-only
See Also