com.hazelcast.map.listener
Interface MapEvictedListener

All Superinterfaces:
EventListener, MapListener
All Known Subinterfaces:
EntryListener<K,V>
All Known Implementing Classes:
AbstractReplicatedMapAddEntryListenerMessageTask, ClientConsoleApp, ConsoleApp, EntryAdapter, ReplicatedMapAddEntryListenerMessageTask, ReplicatedMapAddEntryListenerToKeyMessageTask, ReplicatedMapAddEntryListenerToKeyWithPredicateMessageTask, ReplicatedMapAddEntryListenerWithPredicateMessageTask

public interface MapEvictedListener
extends MapListener

Invoked after all entries are evicted by IMap.evictAll().

Since:
3.5

Method Summary
 void mapEvicted(MapEvent event)
          Invoked when all entries are evicted by IMap.evictAll().
 

Method Detail

mapEvicted

void mapEvicted(MapEvent event)
Invoked when all entries are evicted by IMap.evictAll().

Parameters:
event - the map event invoked when all entries are evicted by IMap.evictAll()


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