| Package | Description |
|---|---|
| com.hazelcast.enterprise.wan |
This package contains the enterprise WAN implementation
|
| com.hazelcast.enterprise.wan.operation |
This package contains WAN replication operations
|
| com.hazelcast.enterprise.wan.replication |
This package contains WAN replication implementations
|
| Modifier and Type | Method and Description |
|---|---|
void |
WanReplicationPublisherDelegate.collectReplicationData(com.hazelcast.spi.PartitionReplicationEvent event,
Collection<com.hazelcast.spi.ServiceNamespace> namespaces,
EWRMigrationContainer migrationDataContainer)
Collect all replication data matching the replication event and collection
of namespaces being replicated.
|
void |
WanReplicationEndpoint.collectReplicationData(String wanReplicationName,
com.hazelcast.spi.PartitionReplicationEvent event,
Collection<com.hazelcast.spi.ServiceNamespace> namespaces,
EWRMigrationContainer migrationDataContainer)
Collect all replication data for the specific replication event and
collection of namespaces being replicated.
|
| Constructor and Description |
|---|
EWRQueueReplicationOperation(Collection<com.hazelcast.config.WanReplicationConfig> wanConfigs,
EWRMigrationContainer ewrMigrationContainer,
int partitionId,
int replicaIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWanPublisher.collectReplicationData(String wanReplicationName,
com.hazelcast.spi.PartitionReplicationEvent event,
Collection<com.hazelcast.spi.ServiceNamespace> namespaces,
EWRMigrationContainer migrationDataContainer) |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.