@InterfaceAudience.Private
public interface PeerProcedureHandler
| 限定符和类型 | 方法和说明 |
|---|---|
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
void removePeer(String peerId) throws ReplicationException, IOException
void disablePeer(String peerId) throws ReplicationException, IOException
void enablePeer(String peerId) throws ReplicationException, IOException
void updatePeerConfig(String peerId) throws ReplicationException, IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.