Uses of Class
com.hazelcast.map.MapEvent
Package
Description
This package contains classes related to ConsoleApp
Provides core API interfaces/classes.
Contains various
MapListener
interfaces.-
Uses of MapEvent in com.hazelcast.console
Modifier and TypeMethodDescriptionvoid
ConsoleApp.mapCleared
(MapEvent event) void
ConsoleApp.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()
.