ArrayFilterOptimizeFilterOrder Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Sort all the participating filters according to their effectiveness.
Namespace:
Tangosol.Util.Filter
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxprotected void OptimizeFilterOrder(
IDictionary indexes,
ICollection keys
)
Parameters
- indexes
- Type: System.CollectionsIDictionary
The available ICacheIndex objects keyed by the related
IValueExtractor; read-only.
- keys
- Type: System.CollectionsICollection
The set of keys that will be filtered; read-only
See Also