Package io.microraft.model.log
Interface LogEntry
-
- All Superinterfaces:
BaseLogEntry,RaftModel,Serializable
public interface LogEntry extends BaseLogEntry
Represents an entry in the Raft log.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLogEntry.LogEntryBuilderThe builder interface forLogEntry.
-
Method Summary
-
Methods inherited from interface io.microraft.model.log.BaseLogEntry
getIndex, getOperation, getTerm
-
-