Uses of Class
com.hazelcast.map.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
Modifier and TypeMethodDescriptionvoid
NoOpMapListener.mapCleared
(MapEvent event) void
NoOpMapListener.mapEvicted
(MapEvent event) -
Uses of MapEvent in com.hazelcast.core
Modifier 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
Modifier 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()
.