Uses of Class
io.atomix.raft.storage.RaftStorage
Packages that use RaftStorage
Package
Description
Provides classes and interfaces for managing Raft clients and servers.
Implementations of core Raft server interfaces.
Provides various classes and interfaces for storing logs and snapshots in the Raft consensus
protocol.
Provides classes and interfaces that aid in storing and loading persistent cluster and server
configurations.
-
Uses of RaftStorage in io.atomix.raft
Fields in io.atomix.raft declared as RaftStorageMethods in io.atomix.raft with parameters of type RaftStorageModifier and TypeMethodDescriptionRaftServer.Builder.withStorage(RaftStorage storage) Sets the storage module. -
Uses of RaftStorage in io.atomix.raft.impl
Fields in io.atomix.raft.impl declared as RaftStorageMethods in io.atomix.raft.impl that return RaftStorageConstructors in io.atomix.raft.impl with parameters of type RaftStorageModifierConstructorDescriptionRaftContext(String name, int partitionId, MemberId localMemberId, ClusterMembershipService membershipService, RaftServerProtocol protocol, RaftStorage storage, RaftThreadContextFactory threadContextFactory, Supplier<Random> randomFactory, RaftElectionConfig electionConfig, RaftPartitionConfig partitionConfig) -
Uses of RaftStorage in io.atomix.raft.storage
Methods in io.atomix.raft.storage that return RaftStorage -
Uses of RaftStorage in io.atomix.raft.storage.system
Constructors in io.atomix.raft.storage.system with parameters of type RaftStorage