Uses of Package
com.hazelcast.map.listener
Packages that use com.hazelcast.map.listener
Package
Description
Soak test Map Listener
Provides core API interfaces/classes.
Contains Hazelcast map module classes.
Contains various
MapListener
interfaces.-
Classes in com.hazelcast.map.listener used by com.hazelcast.client.soaktest.listenerClassDescriptionInvoked 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. -
Classes in com.hazelcast.map.listener used by com.hazelcast.coreClassDescriptionInvoked 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. -
Classes in com.hazelcast.map.listener used by com.hazelcast.mapClassDescriptionA 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.
-
Classes in com.hazelcast.map.listener used by com.hazelcast.map.listenerClassDescriptionA marker interface which is used to get notified upon a map or an entry event.