K
- key of the map entryV
- value of the map entrypublic class EntryEvent<K,V> extends AbstractIMapEvent
Modifier and Type | Field and Description |
---|---|
protected K |
key |
protected V |
oldValue |
protected V |
value |
name
source
Constructor and Description |
---|
EntryEvent(Object source,
Member member,
int eventType,
K key,
V value) |
EntryEvent(Object source,
Member member,
int eventType,
K key,
V oldValue,
V value) |
Modifier and Type | Method and Description |
---|---|
K |
getKey()
Returns the key of the entry event
|
V |
getOldValue()
Returns the old value of the entry event
|
V |
getValue()
Returns the value of the entry event
|
String |
toString() |
getEventType, getMember, getName, getSource
public K getKey()
public V getOldValue()
public V getValue()
public String toString()
toString
in class AbstractIMapEvent
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.