Interface PeerProcedureHandler
- All Known Implementing Classes:
PeerProcedureHandlerImpl
A handler for modifying replication peer in peer procedures.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclaimReplicationQueue(ServerName crashedServer, String queue) voiddisablePeer(String peerId) voidenablePeer(String peerId) voidremovePeer(String peerId) voidupdatePeerConfig(String peerId)
-
Method Details
-
addPeer
- Throws:
ReplicationExceptionIOException
-
removePeer
- Throws:
ReplicationExceptionIOException
-
disablePeer
- Throws:
ReplicationExceptionIOException
-
enablePeer
- Throws:
ReplicationExceptionIOException
-
updatePeerConfig
- Throws:
ReplicationExceptionIOException
-
claimReplicationQueue
void claimReplicationQueue(ServerName crashedServer, String queue) throws ReplicationException, IOException - Throws:
ReplicationExceptionIOException
-