| Package | Description |
|---|---|
| io.atomix.protocols.raft.storage |
Standalone segmented log for Raft's Raft implementation.
|
| io.atomix.protocols.raft.storage.log |
| Modifier and Type | Method and Description |
|---|---|
RaftLog |
RaftStorage.openLog()
Opens a new
RaftLog, recovering the log from disk if it exists. |
| Modifier and Type | Method and Description |
|---|---|
RaftLog |
RaftLog.Builder.build() |
| Constructor and Description |
|---|
RaftLogReader(io.atomix.storage.journal.SegmentedJournalReader<RaftLogEntry> reader,
RaftLog log,
RaftLogReader.Mode mode) |
RaftLogWriter(io.atomix.storage.journal.SegmentedJournalWriter<RaftLogEntry> writer,
RaftLog log) |
Copyright © 2013–2017. All rights reserved.