Uses of Interface
io.microraft.model.log.BaseLogEntry
-
Packages that use BaseLogEntry Package Description io.microraft.model.log -
-
Uses of BaseLogEntry in io.microraft.model.log
Subinterfaces of BaseLogEntry in io.microraft.model.log Modifier and Type Interface Description interface
LogEntry
Represents an entry in the Raft log.interface
SnapshotChunk
Represents a snapshot chunk.interface
SnapshotEntry
Represents a snapshot in the Raft log.
-