Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Calculate the effectiveness and sort all the participating filters according to their effectiveness.

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

Syntax

C#
protected virtual ArrayFilter..::.WeightedFilter[] CalculateFilters(
	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.

Return Value

The array of WeightedFilter objects sorted by the effectiveness (the most effective in the front).

See Also