File tree indexer - app.
File tree indexer - app.
(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.
(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!
(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.
(diffs! original revised)
Returns a promise that will deliver diffs, vector of maps.
Returns a promise that will deliver diffs, vector of maps.
(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.
(import! path)
Import database from GZip dump.
Import database from GZip dump.
(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.
(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.
(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.
(prep!)
(prep! database-path)
Set database-path from given argument or from environment.
Set database-path from given argument or from environment.
(restart!)
First halt, then init storage var.
First halt, then init storage var.
(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.
(summary!)
Returns promise that will deliver a vector of tags and counts.
Returns promise that will deliver a vector of tags and counts.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close