| Package | Description |
|---|---|
| com.hazelcast.enterprise.wan |
This package contains the enterprise WAN implementation
|
| com.hazelcast.enterprise.wan.replication |
This package contains WAN replication implementations
|
| com.hazelcast.enterprise.wan.sync |
This package contains WAN sync related classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnterpriseWanReplicationService.populateSyncEventOnMembers(String wanReplicationName,
String targetGroupName,
WanSyncEvent syncEvent) |
void |
EnterpriseWanReplicationService.publishSyncEvent(String wanReplicationName,
String targetGroupName,
WanSyncEvent syncEvent) |
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 | Field and Description |
|---|---|
protected BlockingQueue<WanSyncEvent> |
AbstractWanPublisher.syncRequests |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWanPublisher.publishSyncEvent(WanSyncEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
WanSyncManager.initiateSyncRequest(String wanReplicationName,
String targetGroupName,
WanSyncEvent syncEvent) |
void |
WanSyncManager.populateSyncRequestOnMembers(String wanReplicationName,
String targetGroupName,
WanSyncEvent syncEvent) |
| Constructor and Description |
|---|
WanSyncOperation(String wanReplicationName,
String targetGroupName,
WanSyncEvent syncEvent) |
WanSyncStarterOperation(String wanReplicationName,
String targetGroupName,
WanSyncEvent syncEvent) |
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.