@InterfaceAudience.Private public interface PeerProcedureHandler
Modifier and Type | Method and Description |
---|---|
void |
addPeer(String peerId) |
void |
claimReplicationQueue(ServerName crashedServer,
String queue) |
void |
disablePeer(String peerId) |
void |
enablePeer(String peerId) |
void |
removePeer(String peerId) |
void |
updatePeerConfig(String peerId) |
void addPeer(String peerId) throws ReplicationException, IOException
ReplicationException
IOException
void removePeer(String peerId) throws ReplicationException, IOException
ReplicationException
IOException
void disablePeer(String peerId) throws ReplicationException, IOException
ReplicationException
IOException
void enablePeer(String peerId) throws ReplicationException, IOException
ReplicationException
IOException
void updatePeerConfig(String peerId) throws ReplicationException, IOException
ReplicationException
IOException
void claimReplicationQueue(ServerName crashedServer, String queue) throws ReplicationException, IOException
ReplicationException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.