Click or drag to resize

EntryAdapterTKey, TValue Class

Inheritance Hierarchy
SystemObject
  Hazelcast.CoreEntryAdapterTKey, TValue

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax
public class EntryAdapter<TKey, TValue> : IEntryListener<TKey, TValue>, 
	EntryAddedListener<TKey, TValue>, MapListener, IEventListener, EntryUpdatedListener<TKey, TValue>, 
	EntryRemovedListener<TKey, TValue>, EntryEvictedListener<TKey, TValue>, MapClearedListener, 
	MapEvictedListener

Type Parameters

TKey
TValue

The EntryAdapterTKey, TValue type exposes the following members.

Constructors
  NameDescription
Public methodEntryAdapterTKey, TValue
Initializes a new instance of the EntryAdapterTKey, TValue class
Public methodEntryAdapterTKey, TValue(ActionEntryEventTKey, TValue, ActionEntryEventTKey, TValue, ActionEntryEventTKey, TValue, ActionEntryEventTKey, TValue)
Initializes a new instance of the EntryAdapterTKey, TValue class
Public methodEntryAdapterTKey, TValue(ActionEntryEventTKey, TValue, ActionEntryEventTKey, TValue, ActionEntryEventTKey, TValue, ActionEntryEventTKey, TValue, ActionMapEvent, ActionMapEvent)
Initializes a new instance of the EntryAdapterTKey, TValue class
Top
Properties
Methods
  NameDescription
Public methodEntryAdded
Public methodEntryEvicted
Public methodEntryRemoved
Public methodEntryUpdated
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodMapCleared
Public methodMapEvicted
Public methodToString (Inherited from Object.)
Top
See Also