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