EntryEventTKey, TValue ClassHazelcast .Net Client Class Library
Map Entry event.
Inheritance Hierarchy

SystemObject
  Hazelcast.CoreEventObject
    Hazelcast.CoreAbstractMapEvent
      Hazelcast.CoreEntryEventTKey, TValue

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7.1
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(Object, IMember, EntryEventType, TKey, TValue)
Initializes a new instance of the EntryEventTKey, TValue class
Public methodEntryEventTKey, TValue(Object, IMember, EntryEventType, TKey, TValue, TValue)
Initializes a new instance of the EntryEventTKey, TValue class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEventType
Return the event type
(Inherited from AbstractMapEvent.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetKey
Returns the key of the entry event
Public methodGetMember
Returns the member fired this event.
(Inherited from AbstractMapEvent.)
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 (Overrides AbstractMapEventGetSource.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns the value of the entry event
Public methodToString (Overrides AbstractMapEventToString.)
Top
Remarks

Map Entry event.
See Also

Reference