Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
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: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public static int CalculateIteratorEffectiveness(
	int cKeys
)

Parameters

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

Return Value

The cost of the iteration.

See Also