Liking cljdoc? Tell your friends :D

std.lang.interface.type-shared


*groups*clj


get-group-countclj

(get-group-count)
(get-group-count type & [id])

gets the group count for a type and id

(shared/get-group-count :hara/rt.redis) ;; {:default 21, :test 2} => map?

gets the group count for a type and id

(shared/get-group-count :hara/rt.redis)
;; {:default 21, :test 2}
=> map?
raw docstring

get-group-instanceclj

(get-group-instance type id)

gets the group instance

gets the group instance
raw docstring

get-groupsclj

(get-groups)

gets all shared groups

(shared/get-groups) ;; (:hara/rt.postgres :hara/rt.redis :hara/rt.nginx :hara/rt.cpython.shared :hara/rt.luajit.shared) => vector?

gets all shared groups

(shared/get-groups)
;; (:hara/rt.postgres :hara/rt.redis :hara/rt.nginx :hara/rt.cpython.shared :hara/rt.luajit.shared)
=> vector?
raw docstring

kill-sharedclj


remove-group-instanceclj

(remove-group-instance type id)

removes the group instance

removes the group instance
raw docstring

restart-group-instanceclj

(restart-group-instance type id)

restarts the group instance

restarts the group instance
raw docstring

rt-get-innerclj

(rt-get-inner rt)

gets the inner runtime

gets the inner runtime
raw docstring

rt-is-shared?clj

(rt-is-shared? obj)

checks if a runtime is shared

checks if a runtime is shared
raw docstring

rt-sharedclj

(rt-shared m)

creates and starts and shared runtime client

creates and starts and shared runtime client
raw docstring

rt-shared:createclj

(rt-shared:create {:rt/keys [id client temp] :as m})

creates a shared runtime client

creates a shared runtime client
raw docstring

set-group-instanceclj

(set-group-instance type id instance & [count config client])

sets the group instance

sets the group instance
raw docstring

start-sharedclj

(start-shared {:keys [id client temp config] :as rt})

starts a shared runtime client

starts a shared runtime client
raw docstring

stop-sharedclj

(stop-shared {:keys [id client temp config] :as rt})

stops a shared runtime client

stops a shared runtime client
raw docstring

update-group-countclj

(update-group-count type id f)

updates the group counte

updates the group counte
raw docstring

update-group-instanceclj

(update-group-instance type id f)

updates the group instance

updates the group instance
raw docstring

wrap-sharedclj

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close