K - the type of key.V - the type of value.public interface EntryListener<K,V> extends EntryAddedListener<K,V>, EntryUpdatedListener<K,V>, EntryRemovedListener<K,V>, EntryEvictedListener<K,V>, EntryExpiredListener<K,V>, MapClearedListener, MapEvictedListener
IMap
interface. Events will not fire, for example, for an entry
that comes into the Map via the MapLoader lifecycle.
This interface is here for backward compatibility reasons.
For a most appropriate alternative please use/check
MapListener interface.
entryAddedentryUpdatedentryRemovedentryEvictedentryExpiredmapClearedmapEvictedCopyright © 2020 Hazelcast, Inc.. All rights reserved.