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

Helper method to calculate effectiveness (or rather ineffectiveness) of a simple iteration against a key set that has to be performed due to an absence of corresponding index.

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

Syntax

C#
public static int CalculateIteratorEffectiveness(
	int cKeys
)

Parameters

cKeys
Type: System..::.Int32
The number of keys to iterate through.

Return Value

[Missing <returns> documentation for "M:Tangosol.Util.Filter.ComparisonFilter.CalculateIteratorEffectiveness(System.Int32)"]

See Also