Inheritance Hierarchy
Hazelcast.CoreEntryAdapterTKey, TValue
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
Syntax
public class EntryAdapter<TKey, TValue> : IEntryListener<TKey, TValue>, IEventListener
Type Parameters
- TKey
- TValue
The EntryAdapterTKey, TValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EntryAdapterTKey, TValue | Initializes a new instance of the EntryAdapterTKey, TValue class |
![]() | EntryAdapterTKey, TValue(ActionEntryEventTKey, TValue, ActionEntryEventTKey, TValue, ActionEntryEventTKey, TValue, ActionEntryEventTKey, TValue) | Initializes a new instance of the EntryAdapterTKey, TValue class |
![]() | EntryAdapterTKey, TValue(ActionEntryEventTKey, TValue, ActionEntryEventTKey, TValue, ActionEntryEventTKey, TValue, ActionEntryEventTKey, TValue, ActionMapEvent, ActionMapEvent) | Initializes a new instance of the EntryAdapterTKey, TValue class |
Properties
Name | Description | |
---|---|---|
![]() | Added | |
![]() | ClearAll | |
![]() | EvictAll | |
![]() | Evicted | |
![]() | Removed | |
![]() | Updated |
Methods
Name | Description | |
---|---|---|
![]() | EntryAdded | |
![]() | EntryEvicted | |
![]() | EntryRemoved | |
![]() | EntryUpdated | |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MapCleared | |
![]() | MapEvicted | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also