Class LoggingEntryListener<K,​V>

  • All Implemented Interfaces:
    com.hazelcast.core.EntryListener<K,​V>, com.hazelcast.map.listener.EntryAddedListener<K,​V>, com.hazelcast.map.listener.EntryEvictedListener<K,​V>, com.hazelcast.map.listener.EntryRemovedListener<K,​V>, com.hazelcast.map.listener.EntryUpdatedListener<K,​V>, com.hazelcast.map.listener.MapClearedListener, com.hazelcast.map.listener.MapEvictedListener, com.hazelcast.map.listener.MapListener, EventListener

    public class LoggingEntryListener<K,​V>
    extends Object
    implements com.hazelcast.core.EntryListener<K,​V>
    • Constructor Detail

      • LoggingEntryListener

        public LoggingEntryListener()
    • Method Detail

      • entryAdded

        public void entryAdded​(com.hazelcast.core.EntryEvent<K,​V> event)
        Specified by:
        entryAdded in interface com.hazelcast.map.listener.EntryAddedListener<K,​V>
      • entryRemoved

        public void entryRemoved​(com.hazelcast.core.EntryEvent<K,​V> event)
        Specified by:
        entryRemoved in interface com.hazelcast.map.listener.EntryRemovedListener<K,​V>
      • entryUpdated

        public void entryUpdated​(com.hazelcast.core.EntryEvent<K,​V> event)
        Specified by:
        entryUpdated in interface com.hazelcast.map.listener.EntryUpdatedListener<K,​V>
      • entryEvicted

        public void entryEvicted​(com.hazelcast.core.EntryEvent<K,​V> event)
        Specified by:
        entryEvicted in interface com.hazelcast.map.listener.EntryEvictedListener<K,​V>
      • mapEvicted

        public void mapEvicted​(com.hazelcast.core.MapEvent event)
        Specified by:
        mapEvicted in interface com.hazelcast.map.listener.MapEvictedListener
      • mapCleared

        public void mapCleared​(com.hazelcast.core.MapEvent event)
        Specified by:
        mapCleared in interface com.hazelcast.map.listener.MapClearedListener