public abstract class WanAntiEntropyEvent extends Object implements com.hazelcast.nio.serialization.IdentifiedDataSerializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
mapName
The name of the map, can be
null in case of
WanSyncType.ALL_MAPS |
protected Set<Integer> |
partitionSet
The partitions to be synced.
|
| Constructor and Description |
|---|
WanAntiEntropyEvent() |
WanAntiEntropyEvent(String mapName) |
| Modifier and Type | Method and Description |
|---|---|
abstract WanAntiEntropyEvent |
cloneWithoutPartitionKeys()
Clones this object with all data except the partition keys the event
applies to.
|
int |
getFactoryId() |
String |
getMapName() |
WanAntiEntropyEventPublishOperation |
getOp() |
Set<Integer> |
getPartitionSet() |
WanAntiEntropyEventResult |
getProcessingResult() |
void |
sendResponse()
Sends the response with the
processing result
to the event sender. |
void |
setOp(WanAntiEntropyEventPublishOperation op) |
void |
setPartitionSet(Set<Integer> partitionSet) |
void |
setProcessingResult(WanAntiEntropyEventResult processingResult) |
protected String mapName
null in case of
WanSyncType.ALL_MAPSpublic WanAntiEntropyEvent()
public WanAntiEntropyEvent(String mapName)
public String getMapName()
public WanAntiEntropyEventPublishOperation getOp()
public void setOp(WanAntiEntropyEventPublishOperation op)
public WanAntiEntropyEventResult getProcessingResult()
public void setProcessingResult(WanAntiEntropyEventResult processingResult)
public void sendResponse()
processing result
to the event sender.public int getFactoryId()
getFactoryId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializablepublic abstract WanAntiEntropyEvent cloneWithoutPartitionKeys()
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.