[][src]Module rocks::transaction_log

WAL logs

Structs

BatchResult

Single write batch result returned by TransactionLogIterator

LogFile

Represents a single WAL file

TransactionLogIterator

A TransactionLogIterator is used to iterate over the transactions in a db. One run of the iterator is continuous, i.e. the iterator will stop at the beginning of any gap in sequences

Enums

WalFileType

Is WAL file archived or alive