Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
System..::.Object
Tangosol.Util.Filter..::.KeyFilter
E22844-03
EntryFilter which checks whether an entry key belongs to a set.
Namespace:
Tangosol.Util.FilterAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public class KeyFilter : IIndexAwareFilter, IEntryFilter, IFilter |
Remarks
Note: this filter is not serializable and intended to be used only
internally by other composite filters to reduce the remaining key set.
As of Coherence 3.2, an equivalent functionality could be achieved using the
InFilter as follows:
new InFilter(new KeyExtractor(IdentityExtractor.INSTANCE), setKeys);
Inheritance Hierarchy
Tangosol.Util.Filter..::.KeyFilter