public class EntryEventData extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Data |
dataKey |
protected Data |
dataNewValue |
protected Data |
dataOldValue |
| Constructor and Description |
|---|
EntryEventData() |
EntryEventData(String source,
String mapName,
com.hazelcast.nio.Address caller,
Data dataKey,
Data dataNewValue,
Data dataOldValue,
int eventType) |
| Modifier and Type | Method and Description |
|---|---|
Object |
cloneWithoutValues() |
com.hazelcast.nio.Address |
getCaller() |
Data |
getDataKey() |
Data |
getDataNewValue() |
Data |
getDataOldValue() |
int |
getEventType() |
String |
getMapName() |
String |
getSource() |
void |
readData(com.hazelcast.nio.ObjectDataInput in)
Reads fields from the input stream
|
String |
toString() |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out)
Writes object fields to output stream
|
protected Data dataKey
protected Data dataNewValue
protected Data dataOldValue
public Data getDataKey()
public Data getDataNewValue()
public Data getDataOldValue()
public void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
DataSerializablewriteData in interface DataSerializableout - outputIOExceptionpublic void readData(com.hazelcast.nio.ObjectDataInput in)
throws IOException
DataSerializablereadData in interface DataSerializablein - inputIOExceptionpublic Object cloneWithoutValues()
public String toString()
public String getMapName()
getMapName in interface EventDatapublic com.hazelcast.nio.Address getCaller()
public int getEventType()
getEventType in interface EventDataCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.