public class LoggingEntryListener<K,V> extends Object implements com.hazelcast.core.EntryListener<K,V>
Constructor and Description |
---|
LoggingEntryListener() |
Modifier and Type | Method and Description |
---|---|
void |
entryAdded(com.hazelcast.core.EntryEvent<K,V> event) |
void |
entryEvicted(com.hazelcast.core.EntryEvent<K,V> event) |
void |
entryRemoved(com.hazelcast.core.EntryEvent<K,V> event) |
void |
entryUpdated(com.hazelcast.core.EntryEvent<K,V> event) |
void |
mapCleared(com.hazelcast.core.MapEvent event) |
void |
mapEvicted(com.hazelcast.core.MapEvent event) |
public void mapEvicted(com.hazelcast.core.MapEvent event)
mapEvicted
in interface com.hazelcast.map.listener.MapEvictedListener
public void mapCleared(com.hazelcast.core.MapEvent event)
mapCleared
in interface com.hazelcast.map.listener.MapClearedListener
Copyright © 2003–2016 Atlassian. All rights reserved.