Uses of Class
io.permazen.kv.raft.LogEntry
-
Packages that use LogEntry Package Description io.permazen.kv.raft A distributedKVDatabase
based on the Raft consensus algorithm. -
-
Uses of LogEntry in io.permazen.kv.raft
Fields in io.permazen.kv.raft with type parameters of type LogEntry Modifier and Type Field Description static Comparator<LogEntry>
LogEntry. SORT_BY_INDEX
Sorts instances by log index.Methods in io.permazen.kv.raft that return types with arguments of type LogEntry Modifier and Type Method Description List<LogEntry>
RaftKVDatabase. getUnappliedLog()
Get the unappliedLogEntry
s in this instance's Raft log.
-