Class ReplicationFactory
java.lang.Object
org.apache.hadoop.hbase.replication.ReplicationFactory
A factory class for instantiating replication objects that deal with replication state.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ReplicationPeers
getReplicationPeers
(org.apache.hadoop.fs.FileSystem fs, ZKWatcher zk, org.apache.hadoop.conf.Configuration conf)
-
Field Details
-
REPLICATION_TRACKER_IMPL
- See Also:
-
-
Constructor Details
-
ReplicationFactory
private ReplicationFactory()
-
-
Method Details
-
getReplicationPeers
public static ReplicationPeers getReplicationPeers(org.apache.hadoop.fs.FileSystem fs, ZKWatcher zk, org.apache.hadoop.conf.Configuration conf)
-