Uses of Class
io.atomix.raft.storage.system.MetaStore
Packages that use MetaStore
Package
Description
Implementations of core Raft server interfaces.
Provides various classes and interfaces for storing logs and snapshots in the Raft consensus
protocol.
-
Uses of MetaStore in io.atomix.raft.impl
Methods in io.atomix.raft.impl that return MetaStore -
Uses of MetaStore in io.atomix.raft.storage
Methods in io.atomix.raft.storage that return MetaStoreModifier and TypeMethodDescriptionRaftStorage.openMetaStore()Opens a newMetaStore, recovering metadata from disk if it exists.Methods in io.atomix.raft.storage with parameters of type MetaStoreModifier and TypeMethodDescriptionRaftStorage.openLog(MetaStore metaStore, ThreadContextFactory threadFactory) Opens a newRaftLog, recovering the log from disk if it exists.