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

The SimpleMapIndex type exposes the following members.

Fields

  NameDescription
m_comparer
Comparer used to sort the index. Used iff the Ordered is true. Could be null, which implicates a natural order.
m_fSplitCollection
If a value extracted by the ValueExtractor is a Collection, this property specifies whether or not it should be treated as a collection of contained attributes or indexed as a single composite attribute.
m_mapForward
Map that contains the index values (forward index). The keys of the Map are the keys to the ResourceMap and the values are the extracted values. This map is used by the IndexAwareFilters to avoid a conversion and value extraction steps.
m_mapInverse
Map that contains the index contents (inverse index). The keys of the Map are the return values from the ValueExtractor operating against the values of the resource map, and for each key, the corresponding value stored in the Map is a Set of keys to the resource map.
m_ordered
Specifies whether or not this MapIndex orders the contents of the indexed information.
m_valueExtractor
ValueExtractor object that this MapIndex uses to extract an indexable Object from a [converted] value stored in the Storage.

See Also