Liking cljdoc? Tell your friends :D
Clojure only.

clojure-data-grinder-tx-manager.protocols.transaction-manager


ITransactionManagercljprotocol

Defines a global transaction manager.

Defines a global transaction manager. 

deleteTxclj

(deleteTx this pipeline-id tx-id)

getFailedTxclj

(getFailedTx this pipeline-id tx-id)

getTxCountsclj

(getTxCounts this)

addToFailedclj

(addToFailed this pipeline-id tx-id)

addToInFlightclj

(addToInFlight this pipeline-id tx-id tx)

bootstrapclj

(bootstrap this)

startTxclj

(startTx this pipeline-id tx-conf)

deleteFromInFlightclj

(deleteFromInFlight this pipeline-id tx-id)

flushToDiskclj

(flushToDisk this)

getFailedTxIdsclj

(getFailedTxIds this pipeline-id)

fromDiskclj

(fromDisk this)

stopclj

(stop this)

deleteFromFailedclj

(deleteFromFailed this pipeline-id tx-id)

getTxclj

(getTx this pipeline-id tx-id)
raw docstring

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

× close