See: Description
| Interface | Description |
|---|---|
| BatchReplicationStrategy |
Strategy defining the high-level WAN replication mechanism.
|
| WanBatchSender |
The WanBatchSender is responsible for transmitting the WAN event batch
from this node to a target address (on the target cluster).
|
| WanPublisherSyncSupport |
Interface for implementations providing WAN sync functionality.
|
| Class | Description |
|---|---|
| AbstractWanPublisher |
Abstract WAN event publisher implementation.
|
| AbstractWanReplication |
Abstract WAN event publisher implementation.
|
| ConcurrentBatchReplicationStrategy |
WAN replication strategy which will send up to a configurable number of
batches concurrently and randomly to the available target endpoints.
|
| DefaultWanBatchSender |
The default implementation of the
WanBatchSender. |
| FullWanSyncStats |
Full sync specific implementation of the
WanSyncStats interface |
| LatencyTrackingWanBatchSender |
A wrapper around a
WanBatchSender implementation that additionally tracks
the latency for all successful transmissions of the WAN batches. |
| MerkleTreeWanSyncStats |
Merkle tree specific implementation of the
WanSyncStats interface. |
| PollSynchronizerPublisherQueueContainer |
This class is an extension to
PublisherQueueContainer that
offers synchronization between polling the WAN event queues and other
processes such as migration via per-partition locks. |
| 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.
|
| WanBatchReplication |
WAN replication publisher that sends events in batches.
|
| WanConfigurationContext |
WAN configuration context providing eager parsing of configuration.
|
| WanPublisherFullSyncSupport |
Support class for processing WAN sync events for a single publisher.
|
| WanPublisherMerkleTreeSyncSupport |
Support class for processing WAN merkle tree anti-entropy events for a
single publisher.
|
| WanReplicationProperties |
Property definitions for
WanBatchReplication implementation. |
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.