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.2
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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMapCleared
Public methodMapEvicted
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also