Liking cljdoc? Tell your friends :D

codax.store


*monitor-metrics*clj

source

assert-dbclj

(assert-db db & [msg])
source

assert-txnclj

(assert-txn txn & [msg])
source

b+count-allclj

(b+count-all txn)
source

b+depthclj

(b+depth txn)
source

b+getclj

(b+get txn k)
source

b+insertclj

(b+insert txn k v)
source

b+removeclj

(b+remove txn k)
source

b+seekclj

(b+seek txn start end & {:keys [limit]})
source

b+seek-reverseclj

(b+seek-reverse txn start end & {:keys [limit]})
source

cache-thresholdclj

source

close-all-databasesclj

(close-all-databases)
source

close-databaseclj

(close-database path-or-db)
source

commit!clj

(commit! txn)
source

compact-databaseclj

(compact-database db)
source

connection-lockclj

source

destroy-databaseclj

(destroy-database path-or-db)

Removes database files and generic archive files. If there is nothing else in the database directory, it is also removed.

Removes database files and generic archive files.
If there is nothing else in the database directory, it is also removed.
sourceraw docstring

file-type-tagclj

source

file-version-tagclj

source

get-matching-leafclj

(get-matching-leaf txn {:keys [records] :as node} k)
source

get-nodeclj

(get-node txn id)
source

handle-split-nodeclj

(handle-split-node {:keys [txn split-key left-id right-id]}
                   {:keys [id records] :as node})
source

is-open?clj

(is-open? path-or-db)
source

leaf-node?clj

(leaf-node? node)
source

make-transactionclj

(make-transaction database)
source

nippy-optionsclj

source

open-databaseclj

(open-database path & [backup-fn])

Establishes a new, or fetches the existing, connection to the database at the supplied path.

If the connection already exists, backup-fn must match the existing backup-fn. To change the backup-fn the database must first be closed.

Establishes a new, or fetches the existing, connection to the database at the supplied path.

If the connection already exists, `backup-fn` must match the existing `backup-fn`.
To change the `backup-fn` the database must first be closed.
sourceraw docstring

open-databasesclj

source

orderclj

source

split-recordsclj

(split-records txn {:keys [id type records] :as node})
source

ts-formatterclj

source

update-metrics!clj

(update-metrics! db
                 start-compaction-time
                 end-compaction-time
                 writes-since-compaction
                 old-manifest-size
                 old-nodes-size)
source

with-compaction-lockcljmacro

(with-compaction-lock [database] & body)
source

with-read-lockcljmacro

(with-read-lock [database] & body)
source

with-read-transactioncljmacro

(with-read-transaction [database tx-symbol] & body)
source

with-write-transactioncljmacro

(with-write-transaction [database tx-symbol] & body)
source

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

× close