public class WanReplicationEvent extends Object implements IdentifiedDataSerializable
Constructor and Description |
---|
WanReplicationEvent() |
WanReplicationEvent(String serviceName,
ReplicationEventObject eventObject) |
Modifier and Type | Method and Description |
---|---|
WanAcknowledgeType |
getAcknowledgeType() |
ReplicationEventObject |
getEventObject()
Gets the event object.
|
int |
getFactoryId()
Returns DataSerializableFactory factory id for this class.
|
int |
getId()
Returns type identifier for this class.
|
String |
getServiceName()
Returns the service name for this event object.
|
void |
readData(ObjectDataInput in)
Reads fields from the input stream
|
void |
setAcknowledgeType(WanAcknowledgeType acknowledgeType) |
void |
setEventObject(ReplicationEventObject eventObject)
Sets the event object.
|
void |
setServiceName(String serviceName)
Sets the service name for this event object.
|
void |
writeData(ObjectDataOutput out)
Writes object fields to output stream
|
public WanReplicationEvent()
public WanReplicationEvent(String serviceName, ReplicationEventObject eventObject)
public String getServiceName()
public void setServiceName(String serviceName)
serviceName
- the service name for this event object.public ReplicationEventObject getEventObject()
public void setEventObject(ReplicationEventObject eventObject)
eventObject
- the event object.public WanAcknowledgeType getAcknowledgeType()
public void setAcknowledgeType(WanAcknowledgeType acknowledgeType)
public void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
out
- outputIOException
public void readData(ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
in
- inputIOException
public int getFactoryId()
IdentifiedDataSerializable
getFactoryId
in interface IdentifiedDataSerializable
public int getId()
IdentifiedDataSerializable
getId
in interface IdentifiedDataSerializable
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.