public static interface RaftPeer.Add
| Modifier and Type | Method and Description |
|---|---|
void |
addRaftPeers(Collection<RaftPeer> peers)
Add the given peers.
|
default void |
addRaftPeers(RaftPeer... peers)
Add the given peers.
|
void addRaftPeers(Collection<RaftPeer> peers)
default void addRaftPeers(RaftPeer... peers)
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.