K - key typeV - value typepublic class EntryEvent<K,V> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EntryEvent.Type |
| Constructor and Description |
|---|
EntryEvent(RMapCache<K,V> source,
EntryEvent.Type type,
K key,
V value,
V oldValue) |
| Modifier and Type | Method and Description |
|---|---|
K |
getKey() |
V |
getOldValue() |
RMapCache<K,V> |
getSource() |
EntryEvent.Type |
getType() |
V |
getValue() |
Copyright © 2014–2018 The Redisson Project. All rights reserved.