Uses of Class
org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager

Packages that use ReplicationSourceManager
org.apache.hadoop.hbase.replication.regionserver   
 

Uses of ReplicationSourceManager in org.apache.hadoop.hbase.replication.regionserver
 

Methods in org.apache.hadoop.hbase.replication.regionserver that return ReplicationSourceManager
 ReplicationSourceManager Replication.getReplicationManager()
          Get the replication sources manager
 

Methods in org.apache.hadoop.hbase.replication.regionserver with parameters of type ReplicationSourceManager
 ReplicationSourceInterface ReplicationSourceManager.getReplicationSource(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, ReplicationSourceManager manager, Stoppable stopper, AtomicBoolean replicating, String peerClusterId)
          Factory method to create a replication source
 void ReplicationSourceInterface.init(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, ReplicationSourceManager manager, Stoppable stopper, AtomicBoolean replicating, String peerClusterId)
          Initializer for the source
 void ReplicationSource.init(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, ReplicationSourceManager manager, Stoppable stopper, AtomicBoolean replicating, String peerClusterZnode)
          Instantiation method used by region servers
 



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