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
- 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
DataSerializable
readData
in interface DataSerializable
in
- inputIOException
- if an I/O error occurs. In particular,
an IOException
may be thrown if the
input stream has been closed.public int getFactoryId()
IdentifiedDataSerializable
getFactoryId
in interface IdentifiedDataSerializable
public int getId()
IdentifiedDataSerializable
getId
in interface IdentifiedDataSerializable
Copyright © 2018 Hazelcast, Inc.. All rights reserved.