ComparisonFilterCalculateIteratorEffectiveness Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
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