public class DataAwareEntryEvent extends EntryEvent
| Modifier and Type | Field and Description |
|---|---|
protected Data |
dataKey |
protected Data |
dataNewValue |
protected Data |
dataOldValue |
entryEventType, key, member, name, oldValue, valuesource| Constructor and Description |
|---|
DataAwareEntryEvent(Member from,
int eventType,
String source,
Data dataKey,
Data dataNewValue,
Data dataOldValue,
SerializationService serializationService) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getKey()
Returns the key of the entry event
|
Data |
getKeyData() |
String |
getLongName() |
Data |
getNewValueData() |
Object |
getOldValue()
Returns the old value of the entry event
|
Data |
getOldValueData() |
Object |
getValue()
Returns the value of the entry event
|
getEventType, getMember, getName, getSource, toStringprotected final Data dataKey
protected final Data dataNewValue
protected final Data dataOldValue
public Data getKeyData()
public Data getNewValueData()
public Data getOldValueData()
public Object getKey()
EntryEventgetKey in class EntryEventpublic Object getOldValue()
EntryEventgetOldValue in class EntryEventpublic Object getValue()
EntryEventgetValue in class EntryEventpublic String getLongName()
Copyright © 2021 Hazelcast, Inc.. All rights reserved.