Package | Description |
---|---|
org.apache.hadoop.hbase.client.replication |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationAdmin.addPeer(String id,
String clusterKey)
Add a new peer cluster to replicate to.
|
void |
ReplicationAdmin.addPeer(String id,
String clusterKey,
String tableCFs) |
void |
ReplicationAdmin.disablePeer(String id)
Stop the replication stream to the specified peer.
|
void |
ReplicationAdmin.enablePeer(String id)
Restart the replication stream to the specified peer.
|
boolean |
ReplicationAdmin.getPeerState(String id)
Get the state of the specified peer cluster
|
String |
ReplicationAdmin.getPeerTableCFs(String id)
Get the replicable table-cf config of the specified peer.
|
void |
ReplicationAdmin.removePeer(String id)
Removes a peer cluster and stops the replication to it.
|
void |
ReplicationAdmin.setPeerTableCFs(String id,
String tableCFs)
Set the replicable table-cf config of the specified peer
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.