Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Construct the ConditionalExtractor.

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

Syntax

C#
public ConditionalExtractor(
	IFilter filter,
	IValueExtractor extractor,
	bool forwardIndex
)

Parameters

filter
Type: Tangosol.Util..::.IFilter
The filter used by this extractor to create a ConditionalIndex; must not be null.
extractor
Type: Tangosol.Util..::.IValueExtractor
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: System..::.Boolean
Specifies whether or not this extractor will create a ConditionalIndex that supports a forward index.

See Also