Uses of Class
org.redisson.api.map.event.EntryEvent.Type
-
Packages that use EntryEvent.Type Package Description org.redisson.api.map.event -
-
Uses of EntryEvent.Type in org.redisson.api.map.event
Methods in org.redisson.api.map.event that return EntryEvent.Type Modifier and Type Method Description EntryEvent.Type
EntryEvent. getType()
static EntryEvent.Type
EntryEvent.Type. valueOf(String name)
Returns 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.Type Constructor Description EntryEvent(RMapCache<K,V> source, EntryEvent.Type type, K key, V value, V oldValue)
-