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

Create an index and associate it with the corresponding extractor.

Important: it is a responsibility of this method's implementations to place the necessary <IValueExtractor, ICacheEntry> entry into the given map of indexes.

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

Syntax

C#
ICacheIndex CreateIndex(
	bool ordered,
	IComparer comparer,
	IDictionary dict
)

Parameters

ordered
Type: System..::.Boolean
true iff the contents of the indexed information should be ordered; false otherwise.
comparer
Type: System.Collections..::.IComparer
The IComparator object which imposes an ordering of entries in the index contents; or null if the entries' values natural ordering should be used.
dict
Type: System.Collections..::.IDictionary
IDictionary to be updated with the created index.

Return Value

[Missing <returns> documentation for "M:Tangosol.Util.Extractor.IIndexAwareExtractor.CreateIndex(System.Boolean,System.Collections.IComparer,System.Collections.IDictionary)"]

See Also