Map Entry event.
Inheritance Hierarchy
Hazelcast.CoreEventObject
Hazelcast.CoreEntryEventK, V
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
Type Parameters
- K
- type of key
- V
- type of value
The EntryEventK, V type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EntryEventK, V(Object, IMember, EntryEventType, K, V) | Initializes a new instance of the EntryEventK, V class |
![]() | EntryEventK, V(Object, IMember, EntryEventType, K, V, V) | Initializes a new instance of the EntryEventK, V class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetEventType | Return the event type |
![]() | 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. |
![]() | GetName | Returns the name of the map for this event. |
![]() | GetOldValue | Returns the old value of the entry event |
![]() | GetSource | (Overrides EventObjectGetSource.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue | Returns the value of the entry event |
![]() | ToString | (Overrides ObjectToString.) |
Remarks
See Also