Click or drag to resize

EntryEventTKey, TValue Class

Map Entry event.
Inheritance Hierarchy

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax
[SerializableAttribute]
public class EntryEvent<TKey, TValue> : AbstractMapEvent

Type Parameters

TKey
type of key
TValue
type of value

The EntryEventTKey, TValue type exposes the following members.

Constructors
  NameDescription
Public methodEntryEventTKey, TValue
Initializes a new instance of the EntryEventTKey, TValue class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetEventType
Return the event type
(Inherited from AbstractMapEvent.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetKey
Returns the key of the entry event
Public methodGetMember
Returns the member fired this event.
(Inherited from AbstractMapEvent.)
Public methodGetMergingValue
Returns the incoming merging value of the entry event.
Public methodGetName
Returns the name of the map for this event.
(Inherited from AbstractMapEvent.)
Public methodGetOldValue
Returns the old value of the entry event
Public methodGetSource (Inherited from AbstractMapEvent.)
Public methodGetType (Inherited from Object.)
Public methodGetValue
Returns the value of the entry event
Public methodToString (Overrides AbstractMapEventToString.)
Top
Remarks
Map Entry event.
See Also