public class MapReplicationRemove extends Object implements ReplicationEventObject, DataSerializable
Constructor and Description |
---|
MapReplicationRemove() |
MapReplicationRemove(String mapName,
Data key,
long removeTime) |
Modifier and Type | Method and Description |
---|---|
Data |
getKey() |
String |
getMapName() |
long |
getRemoveTime() |
void |
readData(ObjectDataInput in) |
void |
setKey(Data key) |
void |
setMapName(String mapName) |
void |
setRemoveTime(long removeTime) |
void |
writeData(ObjectDataOutput out) |
public String getMapName()
public void setMapName(String mapName)
public Data getKey()
public void setKey(Data key)
public long getRemoveTime()
public void setRemoveTime(long removeTime)
public void writeData(ObjectDataOutput out) throws IOException
writeData
in interface DataSerializable
IOException
public void readData(ObjectDataInput in) throws IOException
readData
in interface DataSerializable
IOException
Copyright © 2014 Hazelcast, Inc.. All rights reserved.