Oracle® Coherence .NET API Reference Release 3.6
E15727-01

IIndexAwareFilter is an extension to the EntryFilter interface that allows a filter to use a Map index to fully or partially evaluate itself.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public interface IIndexAwareFilter : IFilter

See Also