Uses of Class
io.atomix.raft.storage.log.RaftLogFlusher.DirectFlusher
Packages that use RaftLogFlusher.DirectFlusher
Package
Description
Provides a standalone segmented log for use in the Raft consensus protocol implementation.
-
Uses of RaftLogFlusher.DirectFlusher in io.atomix.raft.storage.log
Fields in io.atomix.raft.storage.log declared as RaftLogFlusher.DirectFlusherModifier and TypeFieldDescriptionstatic final RaftLogFlusher.DirectFlusherRaftLogFlusher.Factory.DIRECTShared, thread-safe, reusableRaftLogFlusher.DirectFlusherinstance.Methods in io.atomix.raft.storage.log that return RaftLogFlusher.DirectFlusherModifier and TypeMethodDescriptionstatic RaftLogFlusher.DirectFlusherRaftLogFlusher.Factory.direct(ThreadContextFactory ignored) Preset factory method which returns a sharedRaftLogFlusher.DirectFlusherinstance.