Map Entry event.
Inheritance Hierarchy
Hazelcast.CoreEventObject
Hazelcast.CoreAbstractMapEvent
Hazelcast.CoreEntryEventTKey, TValue
Hazelcast.CoreDataAwareEntryEventTKey, TValue
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax
Type Parameters
- TKey
- type of key
- TValue
- type of value
The EntryEventTKey, TValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EntryEventTKey, TValue | Initializes a new instance of the EntryEventTKey, TValue class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetEventType | Return the event type (Inherited from AbstractMapEvent.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetKey | Returns the key of the entry event | |
GetMember | Returns the member fired this event. (Inherited from AbstractMapEvent.) | |
GetMergingValue | Returns the incoming merging value of the entry event. | |
GetName | Returns the name of the map for this event. (Inherited from AbstractMapEvent.) | |
GetOldValue | Returns the old value of the entry event | |
GetSource | (Inherited from AbstractMapEvent.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue | Returns the value of the entry event | |
ToString | (Overrides AbstractMapEventToString.) |
Remarks
See Also