@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 ReplicationException, IOException
ReplicationExceptionIOExceptionvoid removePeer(String peerId) throws ReplicationException, IOException
ReplicationExceptionIOExceptionvoid disablePeer(String peerId) throws ReplicationException, IOException
ReplicationExceptionIOExceptionvoid enablePeer(String peerId) throws ReplicationException, IOException
ReplicationExceptionIOExceptionvoid updatePeerConfig(String peerId) throws ReplicationException, IOException
ReplicationExceptionIOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.