DataAwareEntryEventTKey, TValue ClassHazelcast .Net Client Class Library
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.9.1
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
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 (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
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue (Overrides EntryEventTKey, TValueGetValue.)
Public methodToString (Inherited from EntryEventTKey, TValue.)
Top
See Also

Reference