Uses of Class
io.permazen.kv.raft.LogEntry
Packages that use LogEntry
-
Uses of LogEntry in io.permazen.kv.raft
Fields in io.permazen.kv.raft with type parameters of type LogEntryModifier and TypeFieldDescriptionstatic final Comparator<LogEntry>
LogEntry.SORT_BY_INDEX
Sorts instances by log index.Methods in io.permazen.kv.raft that return types with arguments of type LogEntryModifier and TypeMethodDescriptionRaftKVDatabase.getUnappliedLog()
Get the unappliedLogEntry
s in this instance's Raft log.