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

The IIndexAwareExtractor type exposes the following members.

Methods

  NameDescription
CreateIndex
Create an index and associate it with the corresponding extractor.

Important: it is a responsibility of this method's implementations to place the necessary <IValueExtractor, ICacheEntry> entry into the given map of indexes.

DestroyIndex
Destroy an existing index and remove it from the given dictionary of indexes.
Equals
Compare the IValueExtractor with another object to determine equality.
(Inherited from IValueExtractor.)
Extract
Extract the value from the passed object.
(Inherited from IValueExtractor.)
GetHashCode
Determine a hash value for the IValueExtractor object according to the general object.GetHashCode contract.
(Inherited from IValueExtractor.)
ToString
Provide a human-readable description of this IValueExtractor object.
(Inherited from IValueExtractor.)

See Also