public class WanPublisherFullSyncSupport extends Object implements WanPublisherSyncSupport
| Modifier and Type | Method and Description |
|---|---|
void |
destroyMapData(String mapName)
Releases all resources for the map with the given
mapName. |
Map<String,com.hazelcast.wan.merkletree.ConsistencyCheckResult> |
getLastConsistencyCheckResults()
Returns the results of the last WAN consistency checks, grouped by map name.
|
Map<String,com.hazelcast.wan.WanSyncStats> |
getLastSyncStats()
Returns the statistics about the last synchronization
|
void |
processEvent(WanConsistencyCheckEvent event)
Processes the WAN consistency check event.
|
void |
processEvent(WanSyncEvent event)
Processes the WAN sync event.
|
void |
removeReplicationEvent(EnterpriseMapReplicationObject sync)
Decrements the counter for pending WAN sync events.
|
public void destroyMapData(String mapName)
WanPublisherSyncSupportmapName.destroyMapData in interface WanPublisherSyncSupportmapName - the map namepublic void processEvent(WanSyncEvent event)
result with the
processing results.processEvent in interface WanPublisherSyncSupportevent - WAN sync eventpublic void processEvent(WanConsistencyCheckEvent event)
WanPublisherSyncSupportprocessEvent in interface WanPublisherSyncSupportevent - WAN consistency check eventpublic Map<String,com.hazelcast.wan.merkletree.ConsistencyCheckResult> getLastConsistencyCheckResults()
WanPublisherSyncSupportgetLastConsistencyCheckResults in interface WanPublisherSyncSupportpublic Map<String,com.hazelcast.wan.WanSyncStats> getLastSyncStats()
WanPublisherSyncSupportgetLastSyncStats in interface WanPublisherSyncSupportpublic void removeReplicationEvent(EnterpriseMapReplicationObject sync)
WanPublisherSyncSupportremoveReplicationEvent in interface WanPublisherSyncSupportsync - WAN sync eventCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.