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 |