Module sst::log

source ·
Expand description

A log is an unordered table.

Structs§

  • A ConcurrentLogBuilder provides a non-standard builder interface that is internally synchronized. This will be orders of magnitude faster than standard LogBuilder.
  • A LogBuilder is a non-concurrent log writer.
  • An iterator over logs.
  • Options used for creating and reading logs.
  • A WriteBatch for appending to a log.

Constants§

Traits§

  • An extension of std::io::Write that does fsync.

Functions§