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.classDeprecated, for removal: This API element is subject to removal in a future version.Fields in org.jgroups.protocols.raft declared as LogFields 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) Sets commitIndex to a new valueFileBasedLog.currentTerm(long new_term) InMemoryLog.currentTerm(long new_term) Log.currentTerm(long new_term) Sets the current termRAFT.log()FileBasedLog.useFsync(boolean value) InMemoryLog.useFsync(boolean f) Log.useFsync(boolean f) Do not cache a change (e.g.FileBasedLog.votedFor(org.jgroups.Address member) InMemoryLog.votedFor(org.jgroups.Address member) Log.votedFor(org.jgroups.Address member) Sets the address of the member this node voted for 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 declared as 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.log()LogCache.maxSize(int s) LogCache.resetStats()LogCache.trim()LogCache.useFsync(boolean f) LogCache.votedFor(org.jgroups.Address member) Constructors in org.jgroups.raft.util with parameters of type Log
FileBasedLog.