ComparisonFilterCalculateIteratorEffectiveness Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-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: 14.1.1.14 (14.1.1.14)
Syntaxpublic static int CalculateIteratorEffectiveness(
int cKeys
)
Parameters
- cKeys
- Type: SystemInt32
The number of keys to iterate through.
Return Value
Type:
Int32
The cost of the iteration.
See Also