| Package | Description |
|---|---|
| com.hazelcast.enterprise.wan.replication |
This package contains WAN replication implementations
|
| Modifier and Type | Method and Description |
|---|---|
void |
WanPublisherFullSyncSupport.processEvent(WanConsistencyCheckEvent event,
WanAntiEntropyEventResult result) |
void |
WanPublisherMerkleTreeSyncSupport.processEvent(WanConsistencyCheckEvent event,
WanAntiEntropyEventResult result)
Processes the WAN merkle tree root check event and updates the
result with the processing results. |
void |
WanPublisherSyncSupport.processEvent(WanConsistencyCheckEvent event,
WanAntiEntropyEventResult result)
Processes the WAN consistency check event.
|
void |
WanPublisherFullSyncSupport.processEvent(WanSyncEvent event,
WanAntiEntropyEventResult result)
Processes the WAN sync event and updates the
result with the
processing results. |
void |
WanPublisherMerkleTreeSyncSupport.processEvent(WanSyncEvent event,
WanAntiEntropyEventResult result)
Processes the WAN merkle tree sync event.
|
void |
WanPublisherSyncSupport.processEvent(WanSyncEvent event,
WanAntiEntropyEventResult result)
Processes the WAN sync event.
|
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.