Uses of Class
org.jgroups.protocols.raft.LogEntry
Packages that use LogEntry
Package
Description
-
Uses of LogEntry in org.jgroups.protocols.raft
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) Gets the entry at start_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) Clears all entries and sets first_appended/last_appended/commit_index to index and appends entry at 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 a function to all elements in range [first_appended .. last_appended]voidLog.forEach(ObjLongConsumer<LogEntry> function, long start_index, long end_index) Applies function to all elements of the log in range [max(start_index,first_appended) .. min(last_appended,end_index)].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 LogEntryModifier and TypeFieldDescriptionprotected ArrayRingBuffer<LogEntry> LogCache.cacheAnalyzeLog.readerMethods 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)