Package | Description |
---|---|
org.apache.hadoop.hbase.replication.regionserver |
Modifier and Type | Method and Description |
---|---|
ReplicationSourceManager |
Replication.getReplicationManager()
Get the replication sources manager
|
Modifier and Type | Method and Description |
---|---|
ReplicationSourceInterface |
ReplicationSourceManager.getReplicationSource(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
ReplicationSourceManager manager,
Stoppable stopper,
AtomicBoolean replicating,
String peerId)
Factory method to create a replication 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
|
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
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.