| Interface | Description |
|---|---|
| ReplicationListener |
The replication listener interface can be implemented if a class needs to subscribe to events
generated by the ReplicationTracker.
|
| ReplicationPeers |
This provides an interface for maintaining a set of peer clusters.
|
| ReplicationQueues |
This provides an interface for maintaining a region server's replication queues.
|
| ReplicationQueuesClient |
This provides an interface for clients of replication to view replication queues.
|
| ReplicationTracker |
This is the interface for a Replication Tracker.
|
| Class | Description |
|---|---|
| ReplicationFactory |
A factory class for instantiating replication objects that deal with replication state.
|
| ReplicationPeer |
This class acts as a wrapper for all the objects used to identify and
communicate with remote peers and is responsible for answering to expired
sessions and re-establishing the ZK connections.
|
| ReplicationPeersZKImpl |
This class provides an implementation of the ReplicationPeers interface using Zookeeper.
|
| ReplicationPeersZKImpl.PeerRegionServerListener |
Tracks changes to the list of region servers in a peer's cluster.
|
| ReplicationQueueInfo |
This class is responsible for the parsing logic for a znode representing a queue.
|
| ReplicationQueuesClientZKImpl | |
| ReplicationQueuesZKImpl |
This class provides an implementation of the ReplicationQueues interface using Zookeeper.
|
| ReplicationStateZKBase |
This is a base class for maintaining replication state in zookeeper.
|
| ReplicationTrackerZKImpl |
This class is a Zookeeper implementation of the ReplicationTracker interface.
|
| Exception | Description |
|---|---|
| ReplicationException |
An HBase Replication exception.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.