| Package | Description |
|---|---|
| com.hazelcast.enterprise.wan.replication |
This package contains WAN replication implementations
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentBatchReplicationStrategy
WAN replication strategy which will send up to a configurable number of
batches concurrently and randomly to the available target endpoints.
|
class |
SerialBatchReplicationStrategy
WAN replication strategy which will send events for a single partition ID
only to a single, dedicated target endpoint if the endpoint list is not
changing.
|
| Modifier and Type | Method and Description |
|---|---|
BatchReplicationStrategy |
WanBatchReplication.getReplicationStrategy() |
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.