public final class ServerImplUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static RaftConfiguration |
newRaftConfiguration(List<RaftPeer> conf,
List<RaftPeer> listener,
long index,
List<RaftPeer> oldConf,
List<RaftPeer> oldListener) |
static org.apache.ratis.server.impl.RaftServerProxy |
newRaftServer(RaftPeerId id,
RaftGroup group,
StateMachine.Registry stateMachineRegistry,
ThreadGroup threadGroup,
RaftProperties properties,
Parameters parameters)
Create a
RaftServerProxy. |
public static org.apache.ratis.server.impl.RaftServerProxy newRaftServer(RaftPeerId id, RaftGroup group, StateMachine.Registry stateMachineRegistry, ThreadGroup threadGroup, RaftProperties properties, Parameters parameters) throws IOException
RaftServerProxy.IOExceptionCopyright © 2017–2023 The Apache Software Foundation. All rights reserved.