public class EventData extends Object implements DataSerializable
Modifier and Type | Field and Description |
---|---|
protected Address |
caller |
protected Data |
dataKey |
protected Data |
dataNewValue |
protected Data |
dataOldValue |
protected int |
eventType |
protected String |
mapName |
protected String |
source |
Constructor and Description |
---|
EventData() |
EventData(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) |
void |
writeData(ObjectDataOutput out) |
protected String source
protected String mapName
protected Address caller
protected Data dataKey
protected Data dataNewValue
protected Data dataOldValue
protected int eventType
public String getSource()
public String getMapName()
public Address getCaller()
public Data getDataKey()
public Data getDataNewValue()
public Data getDataOldValue()
public int getEventType()
public void writeData(ObjectDataOutput out) throws IOException
writeData
in interface DataSerializable
IOException
public void readData(ObjectDataInput in) throws IOException
readData
in interface DataSerializable
IOException
public Object cloneWithoutValues()
Copyright © 2014 Hazelcast, Inc.. All rights reserved.