| Package | Description |
|---|---|
| org.jsimpledb.kv.raft |
A distributed
KVDatabase based on the Raft consensus algorithm. |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<LogEntry> |
LogEntry.SORT_BY_INDEX
Sorts instances by log index.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogEntry> |
RaftKVDatabase.getUnappliedLog()
Get the unapplied
LogEntrys in this instance's Raft log. |
Copyright © 2016. All rights reserved.