Click or drag to resize

NotFilterGetNonPartialIndexes Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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.14 (14.1.1.14)
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