Liking cljdoc? Tell your friends :D

szew.fi

File tree indexer - app.

File tree indexer - app.
raw docstring

command!clj

(command! header)
(command! header payload)

Tries to do an async/put! on the command channel, returns promise if worked.

Tries to do an async/put! on the command channel, returns promise if worked.
raw docstring

configclj

Application state configuration.

Application state configuration.
raw docstring

console!clj

(console!)

Starts server console over current storage.

Remembert to 'disconnect' from the console in the browser!

Starts server console over current storage.

Remembert to 'disconnect' from the console in the browser!
raw docstring

delete!clj

(delete! tag)

Accept tag, return number of deleted entries.

If sending worked, promise gets returned, otherwise nil. Promise will either end up with a number of inserted records or Exception.

Accept tag, return number of deleted entries.

If sending worked, promise gets returned, otherwise nil. Promise will
either end up with a number of inserted records or Exception.
raw docstring

diffs!clj

(diffs! original revised)

Returns a promise that will deliver diffs, vector of maps.

Returns a promise that will deliver diffs, vector of maps.
raw docstring

erase!clj

(erase!)

Completely erase the database.

Completely erase the database.
raw docstring

export!clj

(export! path)

Export database to GZip dump.

Export database to GZip dump.
raw docstring

halt!clj

(halt!)

Halt storage var and nil it.

Halt storage var and nil it.
raw docstring

handle-msgcljmultimethod


html-diffs!clj

(html-diffs! original revised)
(html-diffs! original revised spec)

Returns a promise that will return a string of HTML diffs.

Returns a promise that will return a string of HTML diffs.
raw docstring

import!clj

(import! path)

Import database from GZip dump.

Import database from GZip dump.
raw docstring

init!clj

(init!)

Initialize storage var.

Initialize storage var.
raw docstring

manifest!clj

(manifest! original revised)
(manifest! original revised advisor)

Returns a promise that will deliver manifest, vector of vectors, with head.

Returns a promise that will deliver manifest, vector of vectors, with head.
raw docstring

matches!clj

(matches! original revised)

Returns a promise that will deliver matches, vector of vectors, with head.

Returns a promise that will deliver matches, vector of vectors, with head.
raw docstring

ping!clj

(ping!)

Try to send a ::ping message to the index. Expect ::pong reply.

Try to send a ::ping message to the index. Expect ::pong reply.
raw docstring

prep!clj

(prep!)
(prep! database-path)

Set database-path from given argument or from environment.

Set database-path from given argument or from environment.
raw docstring

restart!clj

(restart!)

First halt, then init storage var.

First halt, then init storage var.
raw docstring

storageclj

Application state storage.

Application state storage.
raw docstring

store!clj

(store! batch)

Accept sequence of sequences of entries, returns thread channel.

If sending worked, promise gets returned, otherwise nil. Promise will either end up with a number of inserted records or Exception.

Accept sequence of sequences of entries, returns thread channel.

If sending worked, promise gets returned, otherwise nil. Promise will
either end up with a number of inserted records or Exception.
raw docstring

summary!clj

(summary!)

Returns promise that will deliver a vector of tags and counts.

Returns promise that will deliver a vector of tags and counts.
raw docstring

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

× close