Liking cljdoc? Tell your friends :D

crux.dynamodb.tx


+db-part-id+clj

source

+max-part-id+clj

source

+max-per-tx+clj

source

+max-tx-id+clj

source

->partclj

(->part txid)
source

->txclj

(->tx txid)
source

create-tableclj

(create-table configurator client table-name)
source

ensure-table-existsclj

(ensure-table-exists configurator client table-name)
source

ensure-table-readyclj

(ensure-table-ready client table-name)
source

id->tx-idclj

(id->tx-id part tx)
source

item-idclj

(item-id tx i)
source

last-txclj

(last-tx client table-name)
source

select-next-txidclj

(select-next-txid client table-name & {:keys [delay] :or {delay 10}})
source

tx-id->end-idclj

(tx-id->end-id tx-id)
source

tx-id->idclj

(tx-id->id tx-id)

Gives the starting [part tx] for a given tx-id. E.g. the dynamo key with event 0 in that transaction ID.

Gives the starting [part tx] for a given tx-id. E.g. the dynamo key with
event 0 in that transaction ID.
sourceraw docstring

tx-iteratorclj

(tx-iterator configurator client table-name after-tx-id)
source

write-eventsclj

(write-events configurator client table-name tx-events)
source

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

× close