Documentation ¶
Index ¶
- type NoopWAL
- func (w *NoopWAL) Done() <-chan struct{}
- func (w *NoopWAL) NewCheckpointer() (*wal.Checkpointer, error)
- func (w *NoopWAL) PauseRecord()
- func (w *NoopWAL) Ready() <-chan struct{}
- func (w *NoopWAL) RecordDelete(rootHash ledger.RootHash) error
- func (w *NoopWAL) RecordUpdate(update *ledger.TrieUpdate) error
- func (w *NoopWAL) Replay(checkpointFn func(forestSequencing *flattener.FlattenedForest) error, ...) error
- func (w *NoopWAL) ReplayLogsOnly(checkpointFn func(forestSequencing *flattener.FlattenedForest) error, ...) error
- func (w *NoopWAL) ReplayOnForest(forest *mtrie.Forest) error
- func (w *NoopWAL) Segments() (first, last int, err error)
- func (w *NoopWAL) UnpauseRecord()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoopWAL ¶
type NoopWAL struct{}
func (*NoopWAL) NewCheckpointer ¶
func (w *NoopWAL) NewCheckpointer() (*wal.Checkpointer, error)
func (*NoopWAL) PauseRecord ¶
func (w *NoopWAL) PauseRecord()
func (*NoopWAL) RecordUpdate ¶
func (w *NoopWAL) RecordUpdate(update *ledger.TrieUpdate) error
func (*NoopWAL) ReplayLogsOnly ¶
func (*NoopWAL) UnpauseRecord ¶
func (w *NoopWAL) UnpauseRecord()
Click to show internal directories.
Click to hide internal directories.