Package org.redisson.api.map.event
Class EntryEvent<K,V>
- java.lang.Object
-
- org.redisson.api.map.event.EntryEvent<K,V>
-
- Type Parameters:
K- key typeV- value type
public class EntryEvent<K,V> extends Object
- Author:
- Nikita Koksharov
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntryEvent.Type
-
Constructor Summary
Constructors Constructor Description EntryEvent(RMapCache<K,V> source, EntryEvent.Type type, K key, V value, V oldValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KgetKey()VgetOldValue()RMapCache<K,V>getSource()EntryEvent.TypegetType()VgetValue()
-