public interface 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.
|
void destroyMapData(String mapName)
mapName.mapName - the map namevoid processEvent(WanSyncEvent event) throws Exception
event - WAN sync eventException - if there was an exception while processing the eventvoid processEvent(WanConsistencyCheckEvent event) throws Exception
event - WAN consistency check eventException - if there was an exception while processing the eventMap<String,com.hazelcast.wan.merkletree.ConsistencyCheckResult> getLastConsistencyCheckResults()
Map<String,com.hazelcast.wan.WanSyncStats> getLastSyncStats()
void removeReplicationEvent(EnterpriseMapReplicationObject sync)
sync - WAN sync eventCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.