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
DataSerializablewriteData in interface DataSerializableout - outputIOExceptionpublic void readData(ObjectDataInput in) throws IOException
DataSerializablereadData in interface DataSerializablein - inputIOExceptionpublic int getFactoryId()
IdentifiedDataSerializablegetFactoryId in interface IdentifiedDataSerializablepublic int getId()
IdentifiedDataSerializablegetId in interface IdentifiedDataSerializableCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.