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() |
void |
setOp(WanAntiEntropyEventPublishOperation op) |
void |
setPartitionSet(Set<Integer> partitionSet) |
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 int getFactoryId()
getFactoryId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializablepublic abstract WanAntiEntropyEvent cloneWithoutPartitionKeys()
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.