ConditionalExtractor Constructor (IFilter, IValueExtractor, Boolean) |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Construct the ConditionalExtractor.
Namespace:
Tangosol.Util.Extractor
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic ConditionalExtractor(
IFilter filter,
IValueExtractor extractor,
bool forwardIndex
)
Parameters
- filter
- Type: Tangosol.UtilIFilter
The filter used by this extractor to create a
ConditionalIndex; must not be null.
- extractor
- Type: Tangosol.UtilIValueExtractor
The extractor used by this extractor to create a
ConditionalIndex; the created index will be
associated with this extractor in the given index map; must
not be null.
- forwardIndex
- Type: SystemBoolean
Specifies whether or not this extractor will create a
ConditionalIndex that supports a forward index.
See Also