Uses of Class
org.jgroups.protocols.raft.LogEntry
Packages that use LogEntry
Package
Description
-
Uses of LogEntry in org.jgroups.protocols.raft
Classes in org.jgroups.protocols.raft that implement interfaces with type arguments of type LogEntryModifier and TypeClassDescriptionclassList ofLogEntryelements, provides efficient serialization.Fields in org.jgroups.protocols.raft with type parameters of type LogEntryMethods in org.jgroups.protocols.raft that return LogEntryModifier and TypeMethodDescriptionFileBasedLog.get(long index) InMemoryLog.get(long index) Log.get(long index) Returns the entry at the given index.LogEntry.internal(boolean b) LogEntry.term(long t) LogEntry[]LogEntries.toArray()Methods in org.jgroups.protocols.raft that return types with arguments of type LogEntryMethods in org.jgroups.protocols.raft with parameters of type LogEntryModifier and TypeMethodDescriptionstatic LogEntriesvoidFileBasedLog.reinitializeTo(long index, LogEntry entry) voidInMemoryLog.reinitializeTo(long index, LogEntry entry) voidLog.reinitializeTo(long index, LogEntry entry) Resets the log to contain only the given entry at the given index.Method parameters in org.jgroups.protocols.raft with type arguments of type LogEntryModifier and TypeMethodDescriptionvoidFileBasedLog.forEach(ObjLongConsumer<LogEntry> function) voidFileBasedLog.forEach(ObjLongConsumer<LogEntry> function, long start_index, long end_index) voidInMemoryLog.forEach(ObjLongConsumer<LogEntry> function) voidInMemoryLog.forEach(ObjLongConsumer<LogEntry> function, long start_index, long end_index) voidLog.forEach(ObjLongConsumer<LogEntry> function) Applies the function to every entry in the log.voidLog.forEach(ObjLongConsumer<LogEntry> function, long start_index, long end_index) Applies the function to each entry in the range [max(start_index, firstAppended)..voidRAFT.logEntries(ObjLongConsumer<LogEntry> func) -
Uses of LogEntry in org.jgroups.raft
Method parameters in org.jgroups.raft with type arguments of type LogEntry -
Uses of LogEntry in org.jgroups.raft.blocks
Methods in org.jgroups.raft.blocks with parameters of type LogEntry -
Uses of LogEntry in org.jgroups.raft.util
Fields in org.jgroups.raft.util with type parameters of type LogEntryMethods in org.jgroups.raft.util that return LogEntryMethods in org.jgroups.raft.util with parameters of type LogEntryModifier and TypeMethodDescriptionstatic StringvoidLogCache.reinitializeTo(long index, LogEntry le) Method parameters in org.jgroups.raft.util with type arguments of type LogEntryModifier and TypeMethodDescriptionvoidLogCache.forEach(ObjLongConsumer<LogEntry> function) voidLogCache.forEach(ObjLongConsumer<LogEntry> function, long start_index, long end_index)