Liking cljdoc? Tell your friends :D

eva.v2.database.log


build-init-logclj

source

log-entryclj

(log-entry log)
(log-entry log tx-num)

Retrieves the log entry at the given tx-num, or the most recent if no num is provided

Retrieves the log entry at the given tx-num, or the most recent if no num
is provided
sourceraw docstring

LOG_ENTRY_VERSIONclj

source

open-transaction-logclj

(open-transaction-log store {:as database-info :keys [tx-log-id]})
source

set-log-countclj

(set-log-count v count)

Assuming an independent update to the log, explicitly set the local length to the max of the current value and given value.

Assuming an independent update to the log, explicitly set the local
length to the max of the current value and given value.
sourceraw docstring

strict-map->TransactionLogEntryclj

(strict-map->TransactionLogEntry m18792 & [drop-extra-keys?__5380__auto__])

Factory function for class TransactionLogEntry, taking a map of keywords to field values. All keys are required, and no extra keys are allowed. Even faster than map->

Factory function for class TransactionLogEntry, taking a map of keywords to field values.  All keys are required, and no extra keys are allowed.  Even faster than map->
sourceraw docstring

valid-log-index?clj

(valid-log-index? x)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close