| Interface | Description |
|---|---|
| ReplicationListener |
The replication listener interface can be implemented if a class needs to subscribe to events
generated by the ReplicationTracker.
|
| ReplicationPeer |
ReplicationPeer manages enabled / disabled state for the peer.
|
| ReplicationPeerConfigListener | |
| ReplicationPeerStorage |
Perform read/write to the replication peer storage.
|
| ReplicationQueueStorage |
Perform read/write to the replication queue storage.
|
| ReplicationTracker |
This is the interface for a Replication Tracker.
|
| Class | Description |
|---|---|
| ReplicationFactory |
A factory class for instantiating replication objects that deal with replication state.
|
| ReplicationPeerImpl | |
| ReplicationPeers |
This provides an class for maintaining a set of peer clusters.
|
| ReplicationQueueInfo |
This class is responsible for the parsing logic for a queue id representing a queue.
|
| ReplicationStorageFactory |
Used to create replication storage(peer, queue) classes.
|
| ReplicationTrackerZKImpl |
This class is a ZooKeeper implementation of the ReplicationTracker interface.
|
| ReplicationUtils |
Helper class for replication.
|
| ZKReplicationPeerStorage |
ZK based replication peer storage.
|
| ZKReplicationStorageBase |
This is a base class for maintaining replication related data,for example, peer, queue, etc, in
zookeeper.
|
| Enum | Description |
|---|---|
| ReplicationPeer.PeerState |
State of the peer, whether it is enabled or not
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.