Uses of Interface
org.jgroups.protocols.raft.Log
Packages that use Log
-
Uses of Log in org.jgroups.protocols.raft
Classes in org.jgroups.protocols.raft that implement LogModifier and TypeClassDescriptionclassALogimplementation stored in a file.classAn in-memoryLogimplementation without any persistence.Fields in org.jgroups.protocols.raft with type parameters of type LogMethods in org.jgroups.protocols.raft that return LogModifier and TypeMethodDescriptionFileBasedLog.commitIndex(long new_index) InMemoryLog.commitIndex(long new_index) Log.commitIndex(long new_index) Persists the commit index.FileBasedLog.currentTerm(long new_term) InMemoryLog.currentTerm(long new_term) Log.currentTerm(long new_term) Persists the current Raft term.RAFT.log()FileBasedLog.useFsync(boolean value) InMemoryLog.useFsync(boolean f) Log.useFsync(boolean f) Controls whether mutating operations force data to stable storage (fsync) before returning.FileBasedLog.votedFor(org.jgroups.Address member) InMemoryLog.votedFor(org.jgroups.Address member) Log.votedFor(org.jgroups.Address member) Persists the vote for the given candidate in the current term.Methods in org.jgroups.protocols.raft with parameters of type Log -
Uses of Log in org.jgroups.raft
Methods in org.jgroups.raft that return Log -
Uses of Log in org.jgroups.raft.util
Classes in org.jgroups.raft.util that implement LogFields in org.jgroups.raft.util with type parameters of type LogMethods in org.jgroups.raft.util that return LogModifier and TypeMethodDescriptionLogCache.commitIndex(long new_index) protected LogAnalyzeLog.createLog()LogCache.currentTerm(long new_term) LogCache.useFsync(boolean f) LogCache.votedFor(org.jgroups.Address member) Constructors in org.jgroups.raft.util with parameters of type Log