public class WanSyncEvent extends WanAntiEntropyEvent implements com.hazelcast.nio.serialization.IdentifiedDataSerializable
mapName, partitionSet| Constructor and Description |
|---|
WanSyncEvent() |
WanSyncEvent(WanSyncType type) |
WanSyncEvent(WanSyncType type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
WanAntiEntropyEvent |
cloneWithoutPartitionKeys()
Clones this object with all data except the partition keys the event
applies to.
|
int |
getId() |
WanSyncType |
getType() |
void |
readData(com.hazelcast.nio.ObjectDataInput in) |
String |
toString() |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
getFactoryId, getMapName, getOp, getPartitionSet, getProcessingResult, sendResponse, setOp, setPartitionSet, setProcessingResultpublic WanSyncEvent()
public WanSyncEvent(WanSyncType type)
public WanSyncEvent(WanSyncType type, String name)
public WanAntiEntropyEvent cloneWithoutPartitionKeys()
WanAntiEntropyEventcloneWithoutPartitionKeys in class WanAntiEntropyEventpublic WanSyncType getType()
public int getId()
getId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializablepublic void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeData in interface com.hazelcast.nio.serialization.DataSerializableIOExceptionpublic void readData(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readData in interface com.hazelcast.nio.serialization.DataSerializableIOExceptionCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.