| 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.
|
| ZKReplicationQueueStorageForMigration.MigrationIterator<T> |
| Class | Description |
|---|---|
| CopyReplicationPeers |
A tool for copying replication peer data across different replication peer storages.
|
| FSReplicationPeerStorage |
A filesystem based replication peer storage.
|
| ReplicationFactory |
A factory class for instantiating replication objects that deal with replication state.
|
| ReplicationGroupOffset | |
| ReplicationPeerImpl | |
| ReplicationPeers |
This provides an class for maintaining a set of peer clusters.
|
| ReplicationQueueData |
Representing all the information for a replication queue.
|
| ReplicationQueueId | |
| 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.
|
| ReplicationUtils |
Helper class for replication.
|
| TableReplicationQueueStorage |
HBase table based replication queue storage.
|
| ZKReplicationPeerStorage |
ZK based replication peer storage.
|
| ZKReplicationQueueStorageForMigration |
Just retain a small set of the methods for the old zookeeper based replication queue storage, for
migrating.
|
| ZKReplicationQueueStorageForMigration.ZkLastPushedSeqId | |
| ZKReplicationQueueStorageForMigration.ZkReplicationQueueData | |
| 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
|
| ReplicationPeerStorageType |
Specify the implementations for
ReplicationPeerStorage. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.