| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| org.apache.hadoop.hbase.client.replication | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Admin.appendReplicationPeerTableCFs(String id,
                             Map<TableName,List<String>> tableCfs)
Append the replicable table column family config from the specified peer. 
 | 
void | 
Admin.removeReplicationPeerTableCFs(String id,
                             Map<TableName,List<String>> tableCfs)
Remove some table-cfs from config of the specified peer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ReplicationAdmin.addPeer(String id,
       ReplicationPeerConfig peerConfig)
Deprecated. 
 
 | 
void | 
ReplicationAdmin.addPeer(String id,
       ReplicationPeerConfig peerConfig,
       Map<TableName,? extends Collection<String>> tableCfs)
Deprecated. 
 
as release of 2.0.0, and it will be removed in 3.0.0,
 use  
ReplicationAdmin.addPeer(String, ReplicationPeerConfig) instead. | 
void | 
ReplicationAdmin.appendPeerTableCFs(String id,
                  Map<TableName,? extends Collection<String>> tableCfs)
Deprecated.  
 | 
void | 
ReplicationAdmin.appendPeerTableCFs(String id,
                  String tableCfs)
Deprecated. 
 
as release of 2.0.0, and it will be removed in 3.0.0,
 use  
ReplicationAdmin.appendPeerTableCFs(String, Map) instead. | 
boolean | 
ReplicationAdmin.getPeerState(String id)
Deprecated.  
 | 
void | 
ReplicationAdmin.removePeerTableCFs(String id,
                  Map<TableName,? extends Collection<String>> tableCfs)
Deprecated.  
 | 
void | 
ReplicationAdmin.removePeerTableCFs(String id,
                  String tableCf)
Deprecated. 
 
as release of 2.0.0, and it will be removed in 3.0.0,
 use  
ReplicationAdmin.removePeerTableCFs(String, Map) instead. | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.