Click or drag to resize

IndexAdapter Class

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
ICacheListener implementation that routes the cache events into the corresponding ICacheIndex calls.
Inheritance Hierarchy
SystemObject
  Tangosol.Net.Cache.SupportIndexAdapter

Namespace:  Tangosol.Net.Cache.Support
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public class IndexAdapter : CacheListenerSupportISynchronousListener, 
	ISynchronousListener, ICacheListener

The IndexAdapter type exposes the following members.

Constructors
  NameDescription
Public methodIndexAdapter
Construct an IndexAdapter.
Top
Methods
  NameDescription
Public methodEntryDeleted
Invoked when a cache entry has been deleted.
Public methodEntryInserted
Invoked when a cache entry has been inserted.
Public methodEntryUpdated
Invoked when a cache entry has been updated.
Public methodEquals
Compare this IndexMapListener with another object for equality.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Return a hash code value for the IndexMapListener object.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also