public class WanSyncManager extends Object
| Constructor and Description |
|---|
WanSyncManager(com.hazelcast.spi.NodeEngine nodeEngine) |
| Modifier and Type | Method and Description |
|---|---|
com.hazelcast.monitor.WanSyncState |
getWanSyncState() |
void |
incrementSyncedPartitionCount() |
void |
initiateSyncRequest(String wanReplicationName,
String targetGroupName,
WanSyncEvent syncEvent) |
void |
populateSyncRequestOnMembers(String wanReplicationName,
String targetGroupName,
WanSyncEvent syncEvent) |
void |
resetSyncedPartitionCount() |
void |
shutdown() |
public void shutdown()
public void initiateSyncRequest(String wanReplicationName, String targetGroupName, WanSyncEvent syncEvent)
public com.hazelcast.monitor.WanSyncState getWanSyncState()
public void populateSyncRequestOnMembers(String wanReplicationName, String targetGroupName, WanSyncEvent syncEvent)
public void incrementSyncedPartitionCount()
public void resetSyncedPartitionCount()
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.