Oracle® Coherence .NET API Reference Release 3.6
E15727-01

SimpleMapIndex is an IMapIndex implemenation used to correlate property values extracted from resource map entries with corresponding keys using what is commonly known as an Inverted Index algorithm..

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

Syntax

C#
public class SimpleMapIndex : IMapIndex, 
	ICacheListener

Inheritance Hierarchy

System..::.Object
  Tangosol.Util..::.SimpleMapIndex

See Also