Class CopyReplicationPeers

java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.hbase.replication.CopyReplicationPeers
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Tool

@LimitedPrivate("Tools") public class CopyReplicationPeers extends org.apache.hadoop.conf.Configured implements org.apache.hadoop.util.Tool
A tool for copying replication peer data across different replication peer storages.

Notice that we will not delete the replication peer data from the source storage, as this tool can also be used by online migration. See HBASE-27110 for the whole design.