Liking cljdoc? Tell your friends :D

collet.metrics


->bean-nameclj

(->bean-name {:keys [name type]})

beansclj


create-beanclj

(create-bean attrs & [init])

Create a new MBean with the given name and rest of attributes

Create a new MBean with the given name and rest of attributes
raw docstring

drop-beanclj

(drop-bean bean-ref)

Drop a bean by its reference

Drop a bean by its reference
raw docstring

fincclj


increment-counterclj

(increment-counter bean-ref attribute-name)

Increment a counter in the metrics MBean. The counter is identified by its name.

Increment a counter in the metrics MBean.
The counter is identified by its name.
raw docstring

set-attributeclj

(set-attribute bean-ref attribute-name value)

Set an attribute in the MBean. The attribute is identified by its name.

Set an attribute in the MBean.
The attribute is identified by its name.
raw docstring

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

× close