Liking cljdoc? Tell your friends :D

try-cb-clj.core


async-bucketcljmacro

(async-bucket binding & body)
source

ClojureToJavacljprotocol

클로저 자료형을 자바자료형으로 변환한다

클로저 자료형을 자바자료형으로
변환한다

->javaclj

(->java o)
sourceraw docstring

connectclj

(connect str)
source

counterclj

(counter bucket id delta)
(counter bucket id delta inital)
source

create-n1qlprimary-indexclj

(create-n1qlprimary-index bucket)
source

disconnectclj

(disconnect cluster)
source

first!clj

(first! ob)
source

get!clj

(get! bucket doc-id & args)
source

get-as-arrayclj

(get-as-array bucket doc-id)
source

get-as-longclj

(get-as-long bucket doc-id)
source

get-infoclj

(get-info bucket)
source

IBucketcljprotocol

프로토콜 정의 버킷에서 사용할 도큐먼트를 생성, 가져오기

프로토콜 정의
버킷에서 사용할 도큐먼트를 생성, 가져오기

create-docclj

(create-doc this id cas)

get-docclj

(get-doc this bucket as-type)
sourceraw docstring

IMetriccljprotocol

get-metricsclj

(get-metrics this)
source

insert!clj

(insert! bucket doc)
(insert! bucket id doc)
source

IQuerycljprotocol

simple-queryclj

(simple-query this)
(simple-query this args)
source

JavaToClojurecljprotocol

프로토콜 정의 자바객체를 클로저 자료형으로 변환

프로토콜 정의
자바객체를 클로저 자료형으로 변환

->cljclj

(->clj o)
sourceraw docstring

last!clj

(last! ob)
source

open-bucketclj

(open-bucket cluster name)
(open-bucket cluster name password)
(open-bucket cluster bucketname username password)
source

queryclj

(query bucket
       [str & params]
       &
       [{:keys [with-metric block] :or {with-metric false block false}}])
source

remove!clj

(remove! bucket id)
source

replace!clj

(replace! bucket id doc)
(replace! bucket id doc cas)
source

set-default-durabilityclj

(set-default-durability {:keys [persist-to replicate-to scan-consistency]})
source

single!clj

(single! ob)
(single! ob val)
source

subscribeclj

(subscribe ob)
(subscribe ob & args)

TODO

TODO
sourceraw docstring

to-cljclj

(to-clj o)
source

to-flatclj

(to-flat ob caller)
source

to-javaclj

(to-java o)
source

to-mapclj

(to-map ob)
(to-map ob caller)
source

upsert!clj

(upsert! bucket id doc)
source

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

× close