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 | |
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.
|
ReplicationLoadSink |
A HBase ReplicationLoad to present MetricsSink information
|
ReplicationLoadSource |
A HBase ReplicationLoad to present MetricsSource information
|
ReplicationPeerConfig |
A configuration for the replication peer cluster.
|
ReplicationPeerDescription |
The POJO equivalent of ReplicationProtos.ReplicationPeerDescription
|
ReplicationPeersZKImpl |
This class provides an implementation of the ReplicationPeers interface using ZooKeeper.
|
ReplicationPeerZKImpl | |
ReplicationQueueInfo |
This class is responsible for the parsing logic for a znode representing a queue.
|
ReplicationQueuesArguments |
Wrapper around common arguments used to construct ReplicationQueues.
|
ReplicationQueuesClientArguments |
Wrapper around common arguments used to construct ReplicationQueuesClient.
|
ReplicationQueuesClientZKImpl | |
ReplicationQueuesZKImpl |
This class provides an implementation of the
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.
|
TableBasedReplicationQueuesClientImpl |
Implements the ReplicationQueuesClient interface on top of the Replication Table.
|
TableBasedReplicationQueuesImpl |
This class provides an implementation of the ReplicationQueues interface using an HBase table
"Replication Table".
|
Enum | Description |
---|---|
ReplicationPeer.PeerState |
State of the peer, whether it is enabled or not
|
Exception | Description |
---|---|
ReplicationException |
An HBase Replication exception.
|
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.