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