Liking cljdoc? Tell your friends :D

clojure-hadoop.context


*context*clj

source

get-counterclj

(get-counter group-name counter-name)

Returns a counter by group and name.

Returns a counter by group and name.
sourceraw docstring

increment-counterclj

(increment-counter group-name counter-name & [amount])

Increment the counter by the given amount or 1.

Increment the counter by the given amount or 1.
sourceraw docstring

set-statusclj

(set-status message)

Set the current status of the task to the given message.

Set the current status of the task to the given message.
sourceraw docstring

with-contextcljmacro

(with-context context & body)
source

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

× close