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 - 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 IdentifiedDataSerializableCopyright © 2019 Hazelcast, Inc.. All Rights Reserved.