Liking cljdoc? Tell your friends :D

crux.tx


*current-tx*clj

source

await-no-consumer-lagclj

(await-no-consumer-lag indexer timeout-ms)
source

await-tx-timeclj

(await-tx-time indexer transact-time timeout-ms)
source

conform-tx-opcljmultimethod

source

latest-completed-tx-timeclj

(latest-completed-tx-time consumer-state)
source

log-tx-fn-errorclj

(log-tx-fn-error fn-result fn-id body args-id args)
source

tx-command-casclj

(tx-command-cas indexer
                kv
                object-store
                snapshot
                tx-log
                [op k old-v new-v at-valid-time :as cas-op]
                transact-time
                tx-id)
source

tx-command-deleteclj

(tx-command-delete indexer
                   kv
                   object-store
                   snapshot
                   tx-log
                   [op k start-valid-time end-valid-time]
                   transact-time
                   tx-id)
source

tx-command-evictclj

(tx-command-evict indexer
                  kv
                  object-store
                  snapshot
                  tx-log
                  [op k start-valid-time end-valid-time keep-latest?
                   keep-earliest?]
                  transact-time
                  tx-id)
source

tx-command-fnclj

(tx-command-fn indexer
               kv
               object-store
               snapshot
               tx-log
               [op k args-v :as tx-op]
               transact-time
               tx-id)
source

tx-command-putclj

(tx-command-put indexer
                kv
                object-store
                snapshot
                tx-log
                [op k v start-valid-time end-valid-time]
                transact-time
                tx-id)
source

tx-command-unknownclj

(tx-command-unknown indexer
                    kv
                    object-store
                    snapshot
                    tx-log
                    [op k start-valid-time end-valid-time keep-latest?
                     keep-earliest?]
                    transact-time
                    tx-id)
source

tx-events->tx-opsclj

(tx-events->tx-ops snapshot object-store tx-events)
source

tx-fns-enabled?clj

source

tx-ops->docsclj

(tx-ops->docs tx-ops)
source

tx-ops->tx-eventsclj

(tx-ops->tx-events tx-ops)
source

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

× close