| Package | Description |
|---|---|
| com.hazelcast.enterprise.wan |
This package contains the enterprise WAN implementation
|
| com.hazelcast.enterprise.wan.replication |
This package contains WAN replication implementations
|
| Modifier and Type | Method and Description |
|---|---|
void |
WanReplicationEndpoint.publishSyncEvent(WanSyncEvent syncRequest)
Publishes a WAN sync event for all or a specific map and for all or
some partitions.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
AbstractWanPublisher.publishSyncEvent(WanSyncEvent event) |
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.