Liking cljdoc? Tell your friends :D
Clojure only.

leveldb-clj.tx


Transactionalcljprotocol

addclj

(add _ k v)

Add k->v pair to transaction

Add k->v pair to transaction

add-batchclj

(add-batch _ m)

Add multiple k->v pairs to transaction

Add multiple k->v pairs to transaction

commitclj

(commit _)

Commit transaction (push prepared data to the store)

Commit transaction (push prepared data to the store)

delclj

(del _ k)

Delete k->v pair from transaction

Delete k->v pair from transaction

rollbackclj

(rollback _)

Drop yet not stored data from the internal state (reset)

Drop yet not stored data from the internal state (reset)
source

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

× close