Click or drag to resize

IIndexAwareFilter Interface

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
IIndexAwareFilter is an extension to the EntryFilter interface that allows a filter to use a cache index to fully or partially evaluate itself.

Namespace:  Tangosol.Util.Filter
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public interface IIndexAwareFilter : IEntryFilter, 
	IFilter

The IIndexAwareFilter type exposes the following members.

Methods
  NameDescription
Public methodApplyIndex
Filter remaining keys using an IDictionary of available indexes.
Public methodCalculateEffectiveness
Given an IDictionary of available indexes, determine if this IIndexAwareFilter can use any of the indexes to assist in its processing, and if so, determine how effective the use of that index would be.
Public methodEvaluate
Apply the test to the object.
(Inherited from IFilter.)
Public methodEvaluateEntry
Apply the test to an ICacheEntry.
(Inherited from IEntryFilter.)
Top
See Also