Click or drag to resize

DataAwareEntryEventTKey, TValue Class

Inheritance Hierarchy
SystemObject
  Hazelcast.CoreEventObject
    Hazelcast.CoreAbstractMapEvent
      Hazelcast.CoreEntryEventTKey, TValue
        Hazelcast.CoreDataAwareEntryEventTKey, TValue

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

Type Parameters

TKey
TValue

The DataAwareEntryEventTKey, TValue type exposes the following members.

Constructors
  NameDescription
Public methodDataAwareEntryEventTKey, TValue
Initializes a new instance of the DataAwareEntryEventTKey, 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 (Overrides EntryEventTKey, TValueGetKey.)
Public methodGetMember
Returns the member fired this event.
(Inherited from AbstractMapEvent.)
Public methodGetMergingValue (Overrides EntryEventTKey, TValueGetMergingValue.)
Public methodGetName
Returns the name of the map for this event.
(Inherited from AbstractMapEvent.)
Public methodGetOldValue (Overrides EntryEventTKey, TValueGetOldValue.)
Public methodGetSource (Inherited from AbstractMapEvent.)
Public methodGetType (Inherited from Object.)
Public methodGetValue (Overrides EntryEventTKey, TValueGetValue.)
Public methodToString (Inherited from EntryEventTKey, TValue.)
Top
See Also