Liking cljdoc? Tell your friends :D

jepsen.mongodb.time

Controls time and clocks.

Controls time and clocks.
raw docstring

Clockcljprotocol

bump-time!clj

(bump-time! clock test delta)

Advances the current host's clock by the specified time period.

Advances the current host's clock by the specified time period.

init!clj

(init! clock test)

Initializes any internal structures for time keeping on the current host.

Initializes any internal structures for time keeping on the current host.

reset-time!clj

(reset-time! clock test)

Resets the current host's clock back to the true time.

Resets the current host's clock back to the true time.

wrap!clj

(wrap! clock test bin)

Returns how to invoke the specified binary under the control of this clock.

Returns how to invoke the specified binary under the control of this
clock.
source

noop-clockclj

(noop-clock _)

Does nothing.

Does nothing.
sourceraw docstring

system-clockclj

(system-clock _)

Changes the system's time using settimeofday().

Changes the system's time using settimeofday().
sourceraw docstring

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

× close