public class UpdateEndEvent<K,V> extends java.lang.Object implements UpdateEvent, DataChangeEndEvent
| Constructor and Description |
|---|
UpdateEndEvent(K key,
V value,
int numValuesUpdated) |
| Modifier and Type | Method and Description |
|---|---|
K |
getKey() |
int |
getNumValuesUpdated() |
V |
getValue() |