Uses of Package
com.hazelcast.map.listener
Package
Description
Soak test Map Listener
Provides core API interfaces/classes.
Contains Hazelcast map module classes.
Contains various
MapListener
interfaces.-
ClassDescriptionInvoked upon addition of an entry.Invoked upon size-based-eviction of an entry.Invoked upon expiration-based removal of an entry.Invoked upon load of an entry.Invoked after WAN replicated entry is merged.Invoked upon removal of an entry.Invoked upon update of an entry.Invoked after all entries are removed by
IMap.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. -
ClassDescriptionInvoked upon addition of an entry.Invoked upon size-based-eviction of an entry.Invoked upon expiration-based removal of an entry.Invoked upon removal of an entry.Invoked upon update of an entry.Invoked after all entries are removed by
IMap.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. -
ClassDescriptionA 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.
-
ClassDescriptionA marker interface which is used to get notified upon a map or an entry event.