See: Description
| Interface | Description |
|---|---|
| EnterpriseReplicationEventObject |
Marker interface for enterprise WAN replication events.
|
| WanAcknowledger |
WAN acknowledgment strategy interface.
|
| WanEventQueueMigrationListener |
Interface for WAN queue migration related events.
|
| WanReplicationConsumer |
Interface to be implemented by custom WAN event consumers.
|
| WanReplicationEndpoint |
Implementations of this interface represent a replication endpoint,
normally another Hazelcast cluster only reachable over a Wide Area
Network (WAN).
|
| Class | Description |
|---|---|
| AbstractWanEventRunnable |
Base class for implementations processing received WAN events
|
| BatchWanReplicationEvent |
Container to gather batch of
WanReplicationEvent objects. |
| DistributedObjectIdentifier |
Identifier for a distributed object participating in WAN replication.
|
| EnterpriseWanReplicationService |
Enterprise implementation for WAN replication.
|
| EWRDataSerializerHook |
DataSerializerHook for Enterprise WAN objects
|
| EWRMigrationContainer |
Migration data holder.
|
| PartitionWanEventContainer |
Contains all map/cache event queues of a partition.
|
| PartitionWanEventQueueMap |
WAN event queue map of a partition and a specific service (map/cache).
|
| PublisherQueueContainer |
WAN event queue container for WAN replication publishers.
|
| WanConsumerContainer |
Container responsible for handling the lifecycle of the
WanReplicationConsumers defined by the configuration. |
| WanNonThrottlingAcknowledger |
WanAcknowledger implementation that acknowledges immediately
without adding any delay or performing any other operation before
performing the acknowledgement. |
| WanReplicationEventQueue |
Serializable WAN replication event queue wrapper containing the number
of backup replicas for the events in this queue.
|
| WanReplicationPublisherDelegate |
Delegating WAN replication publisher implementation.
|
| WanThrottlingAcknowledger |
WanAcknowledger implementation that is meant to be used for
throttling the WAN event stream on the consumer side. |
| Enum | Description |
|---|---|
| WanFilterEventType |
Event types to be used by
CacheWanEventFilter
and MapWanEventFilter instances. |
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.