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
DataSerializable
writeData
in interface DataSerializable
out
- outputIOException
public void readData(com.hazelcast.nio.ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
in
- inputIOException
public Object cloneWithoutValues()
public String toString()
public String getMapName()
getMapName
in interface EventData
public com.hazelcast.nio.Address getCaller()
public int getEventType()
getEventType
in interface EventData
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.