Liking cljdoc? Tell your friends :D

chazel.core


->mtakeclj

(->mtake n mname)
source

add-all!clj

(add-all! hc c)
source

add-entry-listenerclj

(add-entry-listener m ml)
source

add-indexclj

(add-index m index)
(add-index m index ordered?)
source

add-member-attrclj

(add-member-attr instance k v)
source

all-instancesclj

(all-instances)
source

c-instanceclj

source

callcljmacro

(call m o v)
source

cgetclj

(cget m k)
(cget m k f)
source

client-configclj

(client-config {:keys [hosts retry-ms retry-max group-name group-password
                       near-cache]
                :or {hosts ["127.0.0.1"]
                     retry-ms 5000
                     retry-max 720000
                     group-name "dev"
                     group-password "dev-pass"}})
source

client-instanceclj

(client-instance)
(client-instance conf)
source

client-instance?clj

(client-instance?)
source

cluster-ofclj

(cluster-of nodes & {:keys [conf]})
source

cluster-statsclj

(cluster-stats)
(cluster-stats instance)
source

comp-keysclj

source

delete!clj

(delete! m k)
source

distributed-objectsclj

(distributed-objects hz-instance)
source

entry-added-listenerclj

(entry-added-listener f)
source

entry-evicted-listenerclj

(entry-evicted-listener f)
source

entry-expired-listenerclj

(entry-expired-listener f)
source

entry-loaded-listenerclj

(entry-loaded-listener f)
source

entry-merged-listenerclj

(entry-merged-listener f)
source

entry-removed-listenerclj

(entry-removed-listener f)
source

entry-updated-listenerclj

(entry-updated-listener f)
source

eviction-configclj

(eviction-config {:keys [eviction-policy max-size-policy size]})
source

execution-callbackclj

(execution-callback {:keys [on-response on-failure]
                     :or {on-response identity on-failure identity}})
source

find-all-mapsclj

(find-all-maps)
(find-all-maps instance)
source

ftaskclj

(ftask fun & args)
source

hz-instanceclj

(hz-instance)
(hz-instance conf)
source

hz-listclj

(hz-list m)
(hz-list m instance)
source

hz-mapclj

(hz-map m)
(hz-map m instance)
source

hz-mmapclj

(hz-mmap m)
(hz-mmap m instance)
source

hz-queueclj

(hz-queue m)
(hz-queue m instance)
source

hz-reliable-topicclj

(hz-reliable-topic t)
(hz-reliable-topic t instance)
source

instance-active?clj

(instance-active? instance)
source

k->enumcljmacro

(k->enum value-of k)
source

local-member-by-instanceclj

(local-member-by-instance instance)
source

map-sizesclj

(map-sizes)
(map-sizes instance)
source

members-by-instanceclj

(members-by-instance instance)
source

message-listenerclj

(message-listener f)
source

mtakeclj

(mtake n m)
source

near-cache-configclj

(near-cache-config {:keys [name eviction preloader in-memory-format
                           invalidate-on-change time-to-live-seconds
                           max-idle-seconds cache-local-entries
                           local-update-policy]})
source

new-instanceclj

(new-instance)
(new-instance conf)
source

Pageablecljprotocol

next-pageclj

(next-page _)
source

preloader-configclj

(preloader-config {:keys [enabled directory store-initial-delay-seconds
                          store-interval-seconds]})
source

proxy-to-instanceclj

(proxy-to-instance p)
source

put!clj

(put! m k v)
(put! m k v f)
source

put-all!clj

(put-all! dest src)
source

query-cacheclj

(query-cache m cname)
(query-cache m cname pred)
(query-cache m cname pred include-value?)
(query-cache m cname pred listener include-value?)

continuous query cache: i.e. (query-cache m "vim-cache" "editor = vim")

continuous query cache: i.e. (query-cache m "vim-cache" "editor = vim")
sourceraw docstring

reliable-message-listenerclj

(reliable-message-listener
  f
  {:keys [start-from store-seq loss-tolerant? terminal?]
   :or {start-from -1 store-seq identity loss-tolerant? false terminal? true}})
source

ReliableTopiccljprotocol

add-reliable-listenerclj

(add-reliable-listener t f opts)
source

remove!clj

(remove! m k)
source

remove-entry-listenerclj

(remove-entry-listener m listener-id)
source

secrefyclj

(secrefy {:keys [group-name group-password] :as conf})
source

selectclj

(select m
        where
        &
        {:keys [as order-by page-size] :or {as :set order-by comp-keys}})
source

set-default-exception-handlerclj

(set-default-exception-handler)
source

shutdownclj

(shutdown)
source

shutdown-clientclj

(shutdown-client instance)
source

taskclj

(task fun & args)
source

Topiccljprotocol

add-message-listenerclj

(add-message-listener t f)

hz-nameclj

(hz-name t)

local-statsclj

(local-stats t)

publishclj

(publish t msg)

remove-message-listenerclj

(remove-message-listener t id)
source

with-credsclj

(with-creds creds)
(with-creds {:keys [group-name group-password]} config)
source

with-near-cacheclj

(with-near-cache nc-config map-name)
(with-near-cache nc-config map-name hz-config)
source

with-pagingclj

(with-paging n & {:keys [order-by pred] :or {order-by comp-keys}})
source

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

× close