| Package | Description |
|---|---|
| org.apache.ratis.server | |
| org.apache.ratis.server.impl |
| Modifier and Type | Method and Description |
|---|---|
RaftServer.Builder |
RaftServer.Builder.setStateMachineRegistry(StateMachine.Registry stateMachineRegistry)
Set the
StateMachine.Registry of the server. |
| Modifier and Type | Method and Description |
|---|---|
static RaftServerProxy |
ServerImplUtils.newRaftServer(RaftPeerId id,
RaftGroup group,
StateMachine.Registry stateMachineRegistry,
RaftProperties properties,
Parameters parameters)
For the case that all
RaftServerImpl objects share the same StateMachine. |
static RaftServerProxy |
ServerImplUtils.newRaftServer(RaftPeerId id,
StateMachine.Registry stateMachineRegistry,
RaftProperties properties,
Parameters parameters) |
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.