ConditionalIndex Constructor |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Construct a ConditionalIndex.
Namespace:
Tangosol.Net.Cache
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic ConditionalIndex(
IFilter filter,
IValueExtractor extractor,
bool ordered,
IComparer comparer,
bool forwardIndex
)
Parameters
- filter
- Type: Tangosol.UtilIFilter
the filter that is used to evaluate the
entries of the resource cache that is being indexed.
- extractor
- Type: Tangosol.UtilIValueExtractor
the IValueExtractor that is used to extract an
indexed value from a resource cache entry.
- ordered
- Type: SystemBoolean
true iff the contents of the indexed information should be
ordered; false otherwise.
- comparer
- Type: System.CollectionsIComparer
the IComparer object which imposes an ordering on entries in the
index; or null if the entries' values natural ordering
should be used.
- forwardIndex
- Type: SystemBoolean
specifies whether or not this index supports a forward map
See Also