Interface | Description |
---|---|
ReplicationEventObject |
Interface for all WAN replication messages
|
WanReplicationEndpoint |
Implementations of this interface represent a replication endpoint, normally another
Hazelcast cluster only reachable over a wide area network.
|
WanReplicationPublisher |
This interface offers the implementation of different kinds of replication techniques like
TCP, UDP or maybe even an JMS based service
|
WanReplicationService |
This is the WAN replications service API core interface.
|
Class | Description |
---|---|
WanReplicationEvent |
Event class used to transmit the actual event object
|
Enum | Description |
---|---|
WanSyncStatus |
WanSyncStatus shows the current status of WAN sync. |
Exception | Description |
---|---|
WANReplicationQueueFullException |
A
HazelcastException that is thrown when the wan replication queues are full
This exception is only thrown when WAN is configured with
WANQueueFullBehavior.THROW_EXCEPTION |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.