Liking cljdoc? Tell your friends :D

chazel.ids


new-id!clj

(new-id! hz)
(new-id! hz generator-name)
(new-id! hz generator-name flake?)

Given a hazelcast instance <hz> and IdGenerator name, returns a new ID. Uniqueness is controlled by the last argument and default to true. If you choose to pass false be aware that the underlying generator has been deprecated.

Given a hazelcast instance <hz> and IdGenerator name,
returns a new ID. Uniqueness is controlled by the last
argument and default to true. If you choose to pass false
be aware that the underlying generator has been deprecated.
raw docstring

parse-flake-idclj

(parse-flake-id n)

Parses a FlakeId into its 3 constituent parts.

Parses a FlakeId into its 3 constituent parts.
raw docstring

safe-generatorclj

(safe-generator hz gname)

unsafe-generatorclj

(unsafe-generator hz gname)

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

× close