Package com.hazelcast.map.listener
package com.hazelcast.map.listener
Contains various
MapListener
interfaces.- Since:
- 3.5
-
ClassDescriptionEntryAddedListener<K,
V> Invoked upon addition of an entry.EntryEvictedListener<K,V> Invoked upon size-based-eviction of an entry.EntryExpiredListener<K,V> Invoked upon expiration-based removal of an entry.EntryLoadedListener<K,V> Invoked upon load of an entry.EntryMergedListener<K,V> Invoked after WAN replicated entry is merged.EntryRemovedListener<K,V> Invoked upon removal of an entry.EntryUpdatedListener<K,V> Invoked upon update of an entry.Invoked upon lost of event or events.Invoked after all entries are removed byIMap.clear()
.Invoked after all entries are evicted byIMap.evictAll()
.A marker interface which is used to get notified upon a map or an entry event.Invoked when owner and all backups of a partition is lost for a specific map.