Uses of Class
io.atomix.raft.partition.RaftStorageConfig
Packages that use RaftStorageConfig
Package
Description
Provides
and
invalid reference
io.atomix.primitive.partition.PartitionGroup
Partition implementations for the Raft consensus protocol.-
Uses of RaftStorageConfig in io.atomix.raft.partition
Methods in io.atomix.raft.partition that return RaftStorageConfigModifier and TypeMethodDescriptionRaftPartitionConfig.getStorageConfig()RaftStorageConfig.setFlusherFactory(RaftLogFlusher.Factory flusherFactory) Sets theRaftLogFlusher.Factoryto create a new flushing strategy for theRaftLogwhenis called.invalid reference
io.atomix.raft.storage.RaftStorage#openLog(ThreadContext)RaftStorageConfig.setFreeDiskSpace(long freeDiskSpace) Sets the minimum free disk space bufferRaftStorageConfig.setJournalIndexDensity(int journalIndexDensity) RaftStorageConfig.setSegmentSize(long segmentSizeBytes) Sets the Raft log segment size.Methods in io.atomix.raft.partition with parameters of type RaftStorageConfigModifier and TypeMethodDescriptionvoidRaftPartitionConfig.setStorageConfig(RaftStorageConfig storageConfig)