Liking cljdoc? Tell your friends :D

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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close