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,
              Address caller,
              Data dataKey,
              Data dataNewValue,
              Data dataOldValue,
              int eventType)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
cloneWithoutValues()  | 
Address | 
getCaller()  | 
Data | 
getDataKey()  | 
Data | 
getDataNewValue()  | 
Data | 
getDataOldValue()  | 
int | 
getEventType()  | 
String | 
getMapName()  | 
String | 
getSource()  | 
void | 
readData(ObjectDataInput in)
Reads fields from the input stream 
 | 
String | 
toString()  | 
void | 
writeData(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(ObjectDataOutput out) throws IOException
DataSerializablewriteData in interface DataSerializableout - outputIOExceptionpublic void readData(ObjectDataInput in) throws IOException
DataSerializablereadData in interface DataSerializablein - inputIOExceptionpublic Object cloneWithoutValues()
public String toString()
public String getMapName()
getMapName in interface EventDatapublic int getEventType()
getEventType in interface EventDataCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.