@InterfaceAudience.Private
public interface PeerProcedureHandler
| Modifier and Type | Method and Description |
|---|---|
void |
addPeer(String peerId) |
void |
disablePeer(String peerId) |
void |
enablePeer(String peerId) |
void |
removePeer(String peerId) |
void |
updatePeerConfig(String peerId) |
void addPeer(String peerId) throws org.apache.hadoop.hbase.replication.ReplicationException, IOException
org.apache.hadoop.hbase.replication.ReplicationExceptionIOExceptionvoid removePeer(String peerId) throws org.apache.hadoop.hbase.replication.ReplicationException, IOException
org.apache.hadoop.hbase.replication.ReplicationExceptionIOExceptionvoid disablePeer(String peerId) throws org.apache.hadoop.hbase.replication.ReplicationException, IOException
org.apache.hadoop.hbase.replication.ReplicationExceptionIOExceptionvoid enablePeer(String peerId) throws org.apache.hadoop.hbase.replication.ReplicationException, IOException
org.apache.hadoop.hbase.replication.ReplicationExceptionIOExceptionvoid updatePeerConfig(String peerId) throws org.apache.hadoop.hbase.replication.ReplicationException, IOException
org.apache.hadoop.hbase.replication.ReplicationExceptionIOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.