| Package | Description |
|---|---|
| org.apache.ratis.server.impl | |
| org.apache.ratis.server.raftlog | |
| org.apache.ratis.server.storage |
| Modifier and Type | Method and Description |
|---|---|
RaftConfiguration |
RaftConfiguration.Builder.build()
Build a
RaftConfiguration. |
static RaftConfiguration |
ServerProtoUtils.toRaftConfiguration(org.apache.ratis.proto.RaftProtos.LogEntryProto entry) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.ratis.proto.RaftProtos.LogEntryProto |
ServerProtoUtils.toLogEntryProto(RaftConfiguration conf,
long term,
long index) |
static org.apache.ratis.proto.RaftProtos.RaftConfigurationProto.Builder |
ServerProtoUtils.toRaftConfigurationProto(RaftConfiguration conf) |
| Modifier and Type | Method and Description |
|---|---|
long |
RaftLog.append(long term,
RaftConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
RaftConfiguration |
RaftStorage.readRaftConfiguration() |
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.