Liking cljdoc? Tell your friends :D
Clojure only.

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


ITxShardcljprotocol

getFailedStepNameclj

(getFailedStepName this)

getStatusclj

(getStatus this)

cleanupclj

(cleanup this success?)

copyCleanupFnsToclj

(copyCleanupFnsTo this to)

updateValueclj

(updateValue this value)

getRetriesclj

(getRetries this)

getThrowclj

(getThrow this)

decRetriesclj

(decRetries this)

getValueclj

(getValue this)

getPipelineIdclj

(getPipelineId this)

getTxIdclj

(getTxId this)

setFailedStepNameclj

(setFailedStepName this name)

setQueueclj

(setQueue this queue)

isFailedclj

(isFailed this)

updateStatusclj

(updateStatus this status)

isSuccessfulclj

(isSuccessful this)

isFailFastclj

(isFailFast this)

addCleanupFnclj

(addCleanupFn this fn value)

getIdclj

(getId this)

setThrowclj

(setThrow this e)

setFailFastclj

(setFailFast this fail-fast?)

getQueueclj

(getQueue this)

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

× close