Uses of Enum
org.redisson.api.map.event.EntryEvent.Type
Packages that use EntryEvent.Type
-
Uses of EntryEvent.Type in org.redisson.api.map.event
Methods in org.redisson.api.map.event that return EntryEvent.TypeModifier and TypeMethodDescriptionEntryEvent.getType()static EntryEvent.TypeReturns the enum constant of this type with the specified name.static EntryEvent.Type[]EntryEvent.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.redisson.api.map.event with parameters of type EntryEvent.TypeModifierConstructorDescriptionEntryEvent(RMapCache<K, V> source, EntryEvent.Type type, K key, V value, V oldValue)