Versions in this module Expand all Collapse all v0 v0.9.0 Sep 7, 2023 v0.8.0 Apr 17, 2023 Changes in this version + type AsyncStore struct + func (c *AsyncStore) Validate() error + type IO struct + Engine IOEngineType + Parallel int + type IOEngineType string + const Psync + const Uring + type Raft struct + Parallel RaftExecutorParallel + WAL WAL + func (c *Raft) Options() (opts []block.Option) + func (c *Raft) Validate() error + type RaftExecutorParallel struct + Append int + Apply int + Commit int + Persist int + Raft int + Transport int + type SyncStore struct + func (c *SyncStore) Validate() error + type VSB struct + FlushBatchSize int + FlushDelayTime string + IO IO + Parallel VSBExecutorParallel + func (c *VSB) Options() (opts []vsb.Option) + func (c *VSB) Validate() error + type VSBExecutorParallel struct + Callback int + type WAL struct + BlockSize int + FileSize uint64 + FlushTimeout string + func (c *WAL) Options() (opts []wal.Option) + func (c *WAL) Validate(minFileSize uint64) error