Package org.apache.hadoop.hbase.replication

Interface Summary
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.
ReplicationStateInterface This provides an interface for getting and setting the replication state of a cluster.
 

Class Summary
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.
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.
ReplicationStateImpl ReplicationStateImpl is responsible for maintaining the replication state znode.
ReplicationStateZKBase This is a base class for maintaining replication state in zookeeper.
ReplicationZookeeper This class serves as a helper for all things related to zookeeper in replication.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.