Uses of Class
com.hazelcast.map.MapEvent
Packages that use MapEvent
Package
Description
Soak test Map Listener
Provides core API interfaces/classes.
Contains various
MapListener
interfaces.-
Uses of MapEvent in com.hazelcast.client.soaktest.listener
Methods in com.hazelcast.client.soaktest.listener with parameters of type MapEventModifier and TypeMethodDescriptionvoid
NoOpMapListener.mapCleared
(MapEvent event) void
NoOpMapListener.mapEvicted
(MapEvent event) -
Uses of MapEvent in com.hazelcast.core
Methods in com.hazelcast.core with parameters of type MapEventModifier and TypeMethodDescriptionvoid
EntryAdapter.mapCleared
(MapEvent event) void
EntryAdapter.mapEvicted
(MapEvent event) void
EntryAdapter.onMapEvent
(MapEvent event) This method is called when one of the methods of theEntryListener
is not overridden. -
Uses of MapEvent in com.hazelcast.map.listener
Methods in com.hazelcast.map.listener with parameters of type MapEventModifier and TypeMethodDescriptionvoid
MapClearedListener.mapCleared
(MapEvent event) Invoked when all entries are removed byIMap.clear()
.void
MapEvictedListener.mapEvicted
(MapEvent event) Invoked when all entries are evicted byIMap.evictAll()
.