Struct nebari::ExecutingTransaction
source · [−]pub struct ExecutingTransaction<File: ManagedFile> { /* private fields */ }Expand description
An executing transaction. While this exists, no other transactions can execute across the same trees as this transaction holds.
Implementations
Returns a mutable reference to the LogEntry for this transaction.
Commits the transaction. Once this function has returned, all data updates are guaranteed to be able to be accessed by all other readers as well as impervious to sudden failures such as a power outage.