| Package | Description |
|---|---|
| com.hazelcast.enterprise.wan.replication |
This package contains WAN replication implementations
|
| com.hazelcast.map.impl.wan |
This package contains enterprise WAN replication functionality for map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WanPublisherFullSyncSupport.removeReplicationEvent(EnterpriseMapReplicationObject sync) |
void |
WanPublisherMerkleTreeSyncSupport.removeReplicationEvent(EnterpriseMapReplicationObject sync) |
void |
WanPublisherSyncSupport.removeReplicationEvent(EnterpriseMapReplicationObject sync)
Decrements the counter for pending WAN sync events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnterpriseMapReplicationMerkleTreeNode
WAN replication object for merkle tree sync requests.
|
class |
EnterpriseMapReplicationRemove
WAN replication object for map remove operations.
|
class |
EnterpriseMapReplicationSync
WAN replication object for sync requests.
|
class |
EnterpriseMapReplicationUpdate
WAN replication object for map update operations.
|
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.