(create-counter n initial-value)
Create a counter
Create a counter
(compute-aggregations this)
compute rollup aggregations of any data points
compute rollup aggregations of any data points
(get-data this)
Return current value of all data points
Return current value of all data points
(get-generated-stats this)
Return a vector with the names of all generated data points
Return a vector with the names of all generated data points
(get-name this)
Return the name of this statistic
Return the name of this statistic
(reset-data this)
reset the counter to 0
reset the counter to 0
(update-data this value)
apply value to stat according to rules
apply value to stat according to rules
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close