Package com.hazelcast.map.listener

Contains various MapListener interfaces.

See:
          Description

Interface Summary
EntryAddedListener<K,V> Invoked upon addition of an entry.
EntryEvictedListener<K,V> Invoked upon eviction of an entry.
EntryMergedListener<K,V> Invoked after WAN replicated entry is merged.
EntryRemovedListener<K,V> Invoked upon removal of an entry.
EntryUpdatedListener<K,V> Invoked upon update of an entry.
MapClearedListener Invoked after all entries are removed by IMap.clear().
MapEvictedListener Invoked after all entries are evicted by IMap.evictAll().
MapListener A marker interface which is used to get notified upon a map or an entry event.
MapPartitionLostListener Invoked when owner and all backups of a partition is lost for a specific map
 

Package com.hazelcast.map.listener Description

Contains various MapListener interfaces.

Since:
3.5


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.