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§
- The maximum header size for a log header.
- The maximum batch size that can be written to a log.
Traits§
- An extension of std::io::Write that does fsync.
Functions§
- Given a log, write it out to the provided builder.
- Given a log, read and compute its setsum.
- Register the biometrics for the log.
- Return the truncation point for a log that is corrupt with the final_partial_frame corruption.