| Package | Description |
|---|---|
| org.apache.ratis.server | |
| org.apache.ratis.server.impl | |
| org.apache.ratis.statemachine | |
| org.apache.ratis.statemachine.impl |
| Modifier and Type | Method and Description |
|---|---|
RaftServer |
RaftServer.Builder.build() |
RaftServer |
RaftServerRpc.Builder.getServer() |
| Modifier and Type | Method and Description |
|---|---|
B |
RaftServerRpc.Builder.setServer(RaftServer raftServer) |
| Modifier and Type | Class and Description |
|---|---|
class |
RaftServerProxy |
| Modifier and Type | Method and Description |
|---|---|
RaftServerRpc |
ServerFactory.newRaftServerRpc(RaftServer server) |
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachine.initialize(RaftServer server,
RaftGroupId groupId,
RaftStorage storage)
Initializes the State Machine with the given server, group and storage.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RaftServer> |
BaseStateMachine.getServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseStateMachine.initialize(RaftServer raftServer,
RaftGroupId raftGroupId,
RaftStorage storage) |
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.