| Method and Description |
|---|
| org.apache.hadoop.hbase.replication.ReplicationUtils.contains(ReplicationPeerConfig, TableName)
Will be removed in HBase 3.
Use
ReplicationPeerConfig.needToReplicate(TableName) instead. |
| org.apache.hadoop.hbase.replication.ReplicationPeer.trackPeerConfigChanges(ReplicationPeerConfigListener)
since 2.1.0 and will be removed in 4.0.0. Use
ReplicationPeer.registerPeerConfigListener(ReplicationPeerConfigListener) instead. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.