Liking cljdoc? Tell your friends :D

eva.v2.system.indexing.indexer-agent


indexer-agentclj

(indexer-agent database-id tx-log index)
source

indexer-agent-error-handlerclj

(indexer-agent-error-handler ia ex)
source

IndexerAgentcljprotocol

advance-indexclj

(advance-index this tx-log-entry)

Update the staging index to include everything up to tx-log-entry. Clears pending.

Update the staging index to include everything up to tx-log-entry. Clears pending.

flush!clj

(flush! this)

Flushes the staged transaction updates, creates pending.

Flushes the staged transaction updates, creates pending.

pendingclj

(pending this res)

Requests that the pending updates for this agent be delivered to res.

Requests that the pending updates for this agent be delivered to res.

tx-deltaclj

(tx-delta this)

The number of staged transactions applied to this index

The number of staged transactions applied to this index
source

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

× close