EntryAdapterTKey, TValue ClassHazelcast .Net Client Class Library
Inheritance Hierarchy

SystemObject
  Hazelcast.CoreEntryAdapterTKey, TValue

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.4.0
Syntax

public class EntryAdapter<TKey, TValue> : IEntryListener<TKey, TValue>, 
	IEventListener

Type Parameters

TKey
TValue

The EntryAdapterTKey, TValue type exposes the following members.

Constructors

  NameDescription
Public methodEntryAdapterTKey, TValue
Initializes a new instance of the EntryAdapterTKey, TValue class
Public methodEntryAdapterTKey, TValue(ActionEntryEventTKey, TValue, ActionEntryEventTKey, TValue, ActionEntryEventTKey, TValue, ActionEntryEventTKey, TValue)
Initializes a new instance of the EntryAdapterTKey, TValue class
Public methodEntryAdapterTKey, TValue(ActionEntryEventTKey, TValue, ActionEntryEventTKey, TValue, ActionEntryEventTKey, TValue, ActionEntryEventTKey, TValue, ActionMapEvent, ActionMapEvent)
Initializes a new instance of the EntryAdapterTKey, TValue class
Top
Properties

  NameDescription
Public propertyAdded
Public propertyClearAll
Public propertyEvictAll
Public propertyEvicted
Public propertyRemoved
Public propertyUpdated
Top
Methods

  NameDescription
Public methodEntryAdded
Public methodEntryEvicted
Public methodEntryRemoved
Public methodEntryUpdated
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMapCleared
Public methodMapEvicted
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference