Click or drag to resize

NotFilterGetNonPartialIndexes Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-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: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected virtual IDictionary GetNonPartialIndexes(
	IDictionary indexes
)

Parameters

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

Return Value

Type: IDictionary
An IDictionary of the available non-partial ICacheIndex objects.
See Also