Uses of Interface
io.microraft.model.log.SnapshotEntry
-
Packages that use SnapshotEntry Package Description io.microraft.model.log io.microraft.persistence -
-
Uses of SnapshotEntry in io.microraft.model.log
Methods in io.microraft.model.log that return SnapshotEntry Modifier and Type Method Description SnapshotEntrySnapshotEntry.SnapshotEntryBuilder. build()Methods in io.microraft.model.log with parameters of type SnapshotEntry Modifier and Type Method Description static booleanSnapshotEntry. isNonInitial(SnapshotEntry snapshotEntry) -
Uses of SnapshotEntry in io.microraft.persistence
Methods in io.microraft.persistence that return SnapshotEntry Modifier and Type Method Description SnapshotEntryRestoredRaftState. getSnapshotEntry()Constructors in io.microraft.persistence with parameters of type SnapshotEntry Constructor Description RestoredRaftState(RaftEndpoint localEndpoint, boolean localEndpointVoting, RaftGroupMembersView initialGroupMembers, int term, RaftEndpoint votedMember, SnapshotEntry snapshotEntry, List<LogEntry> entries)
-