Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Get an IDictionary of the available non-partial indexes from the given IDictionary of all available indexes.

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

Syntax

C#
protected virtual IDictionary GetNonPartialIndexes(
	IDictionary indexes
)

Parameters

indexes
Type: System.Collections..::.IDictionary
The available ICacheIndex objects keyed by the related IValueExtractor; read-only.

Return Value

An IDictionary of the available non-partial ICacheIndex objects.

See Also