Uses of Package
io.atomix.raft.storage.log
Packages that use io.atomix.raft.storage.log
Package
Description
Provides classes and interfaces for managing Raft clients and servers.
Implementations of Raft cluster management interfaces.
Implementations of core Raft server interfaces.
Provides
PartitionGroup and Partition implementations for the Raft consensus protocol.Raft partition management utilities.
Provides various classes and interfaces for storing logs and snapshots in the Raft consensus
protocol.
Provides a standalone segmented log for use in the Raft consensus protocol implementation.
-
Classes in io.atomix.raft.storage.log used by io.atomix.raft
-
Classes in io.atomix.raft.storage.log used by io.atomix.raft.cluster.impl
-
Classes in io.atomix.raft.storage.log used by io.atomix.raft.impl
-
Classes in io.atomix.raft.storage.log used by io.atomix.raft.partition
-
Classes in io.atomix.raft.storage.log used by io.atomix.raft.partition.impl
-
Classes in io.atomix.raft.storage.log used by io.atomix.raft.storage
-
Classes in io.atomix.raft.storage.log used by io.atomix.raft.storage.logClassDescriptionStores a state change in a
RaftLog.Raft log.Configurable flush strategy for theRaftLog.An implementation ofRaftLogFlusherwhich flushes immediately in a blocking fashion.An implementation ofRaftLogFlusherwhich does nothing. -
Classes in io.atomix.raft.storage.log used by io.atomix.raft.zeebe