Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The ConditionalIndex type exposes the following members.

Properties

  NameDescription
Public propertyComparer
IComparer used to sort the index. Used iff Ordered is true. Could be null, which implicates a natural order.
(Inherited from SimpleCacheIndex.)
Public propertyFilter
Get the associated filter.
Public propertyIndexContents
The IDictionary that contains the index contents.
(Inherited from SimpleCacheIndex.)
Protected propertyIndexForward
IDictionary that contains the index values (forward index). The keys of the IDictionary are the keys to the indexed cache and the values are the extracted values. This map is used by IIndexAwareFilter implementations to avoid conversion and value extraction steps.
(Inherited from SimpleCacheIndex.)
Public propertyIsForwardIndexSupported
Determine whether or not this ConditionalIndex supports a forward index.
Public propertyIsOrdered
Specifies whether or not this ICacheIndex orders the contents of the indexed information.
(Inherited from SimpleCacheIndex.)
Public propertyIsPartial
Determine if indexed information for any entry in the indexed ICache has been excluded from this index. This information is used by IIndexAwareFilter implementations to determine the most optimal way to apply the index.
(Overrides SimpleCacheIndex..::..IsPartial.)
Public propertyValueExtractor
IValueExtractor object that this ICacheIndex uses to extract an indexable Object from a [converted] value stored in the Storage. This property is never null.
(Inherited from SimpleCacheIndex.)

See Also