Liking cljdoc? Tell your friends :D

leveldb-clj.tx


IComparablecljprotocol

equalsclj

(equals _ o1 o2)
source

IConvertablecljprotocol

rawclj

(raw _)
source

ITransactionalcljprotocol

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