public class MapReplicationUpdate extends Object implements ReplicationEventObject, IdentifiedDataSerializable
| Constructor and Description |
|---|
MapReplicationUpdate() |
MapReplicationUpdate(String mapName,
Object mergePolicy,
EntryView<Data,Data> entryView) |
| Modifier and Type | Method and Description |
|---|---|
EntryView<Data,Data> |
getEntryView() |
int |
getFactoryId()
Returns DataSerializableFactory factory ID for this class.
|
int |
getId()
Returns type identifier for this class.
|
Data |
getKey()
Returns the key for the entry on which the event occurred.
|
String |
getMapName() |
Object |
getMergePolicy() |
void |
incrementEventCount(WanEventCounter eventCounter)
Increments the count for the related event in the
eventCounter |
void |
readData(ObjectDataInput in)
Reads fields from the input stream
|
void |
setEntryView(EntryView<Data,Data> entryView) |
void |
setMapName(String mapName) |
void |
setMergePolicy(Object mergePolicy) |
void |
writeData(ObjectDataOutput out)
Writes object fields to output stream
|
public String getMapName()
public void setMapName(String mapName)
public Object getMergePolicy()
public void setMergePolicy(Object mergePolicy)
public void writeData(ObjectDataOutput out) throws IOException
DataSerializablewriteData in interface DataSerializableout - outputIOException - if an I/O error occurs. In particular,
an IOException may be thrown if the
output stream has been closed.public void readData(ObjectDataInput in) throws IOException
DataSerializablereadData in interface DataSerializablein - inputIOException - if an I/O error occurs. In particular,
an IOException may be thrown if the
input stream has been closed.public int getFactoryId()
IdentifiedDataSerializablegetFactoryId in interface IdentifiedDataSerializablepublic int getId()
IdentifiedDataSerializablegetId in interface IdentifiedDataSerializablepublic void incrementEventCount(WanEventCounter eventCounter)
ReplicationEventObjecteventCounterincrementEventCount in interface ReplicationEventObjecteventCounter - the WAN event counterpublic Data getKey()
ReplicationEventObjectgetKey in interface ReplicationEventObjectCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.