Uses of Class
com.loomcache.server.consensus.RaftLog
Packages that use RaftLog
-
Uses of RaftLog in com.loomcache.server.consensus
Methods in com.loomcache.server.consensus that return RaftLogMethods in com.loomcache.server.consensus with parameters of type RaftLogModifier and TypeMethodDescriptionRaftInvariantChecker.checkLogMatching(RaftLog log1, RaftLog log2) Check Log Matching Property: if two logs contain an entry with the same index and term, all entries preceding that index are identical.RaftInvariantChecker.checkStateMachineSafety(RaftLog log) Check State Machine Safety (basic): verify that the same state machine entry is not applied at the same index with different commands. -
Uses of RaftLog in com.loomcache.server.persistence
Methods in com.loomcache.server.persistence that return RaftLogModifier and TypeMethodDescriptionprotected RaftLogPersistentRaftLog.getRaftLog()Get the underlying RaftLog (for testing/debugging).