Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

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.6.1.0 (3.6.1.0)

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