| Package | Description |
|---|---|
| org.redisson.api.map.event |
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
EntryEvent(RMapCache<K,V> source,
EntryEvent.Type type,
K key,
V value,
V oldValue) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.