Uses of Package
com.hazelcast.map.listener
Packages that use com.hazelcast.map.listener
Package
Description
Provides classes for configuring HazelcastInstance.
This package contains classes related to ConsoleApp
Provides core API interfaces/classes.
Contains Hazelcast map module classes.
Contains various
MapListener
interfaces.-
Classes in com.hazelcast.map.listener used by com.hazelcast.configClassDescriptionA 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.consoleClassDescriptionInvoked 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.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.