|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReplicationTracker | |
---|---|
org.apache.hadoop.hbase.replication | Multi Cluster Replication |
org.apache.hadoop.hbase.replication.regionserver |
Uses of ReplicationTracker in org.apache.hadoop.hbase.replication |
---|
Classes in org.apache.hadoop.hbase.replication that implement ReplicationTracker | |
---|---|
class |
ReplicationTrackerZKImpl
This class is a Zookeeper implementation of the ReplicationTracker interface. |
Methods in org.apache.hadoop.hbase.replication that return ReplicationTracker | |
---|---|
static ReplicationTracker |
ReplicationFactory.getReplicationTracker(ZooKeeperWatcher zookeeper,
ReplicationPeers replicationPeers,
org.apache.hadoop.conf.Configuration conf,
Abortable abortable,
Stoppable stopper)
|
Uses of ReplicationTracker in org.apache.hadoop.hbase.replication.regionserver |
---|
Constructors in org.apache.hadoop.hbase.replication.regionserver with parameters of type ReplicationTracker | |
---|---|
ReplicationSourceManager(ReplicationQueues replicationQueues,
ReplicationPeers replicationPeers,
ReplicationTracker replicationTracker,
org.apache.hadoop.conf.Configuration conf,
Server server,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path logDir,
org.apache.hadoop.fs.Path oldLogDir,
UUID clusterId)
Creates a replication manager and sets the watch on all the other registered region servers |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |