Liking cljdoc? Tell your friends :D

aerospike-clj.mock-client


AerospikeClientcljprotocol

putclj

(put this k set-name data expiration)
(put this k set-name data expiration conf)

set-singleclj

(set-single this k set-name data expiration)
(set-single this k set-name data expiration conf)

get-multipleclj

(get-multiple this indices sets)
(get-multiple this indices sets conf)

stop-aerospike-clientclj

(stop-aerospike-client this)

createclj

(create this k set-name data expiration)
(create this k set-name data expiration conf)

get-cluster-statsclj

(get-cluster-stats this)

get-stateclj

(get-state this)
(get-state this set-name)

print-stateclj

(print-state this)

updateclj

(update this k set-name new-record generation new-expiration)
(update this k set-name new-record generation new-expiration conf)

deleteclj

(delete this k set-name)
(delete this k set-name conf)

add-binsclj

(add-bins this k set-name new-data new-expiration)
(add-bins this k set-name new-data new-expiration conf)

exists-batchclj

(exists-batch this indices)
(exists-batch this indices conf)

get-batchclj

(get-batch this batch-reads)
(get-batch this batch-reads conf)

delete-binsclj

(delete-bins this k set-name bin-names new-expiration)
(delete-bins this k set-name bin-names new-expiration conf)

get-single-no-metaclj

(get-single-no-meta this k set-name)
(get-single-no-meta this k set-name bin-names)

get-singleclj

(get-single this k set-name)
(get-single this k set-name conf)
(get-single this k set-name conf bin-names)

exists?clj

(exists? this k set-name)
(exists? this k set-name conf)

scan-setclj

(scan-set this aero-namespace set-name conf)

operateclj

(operate this k set-name expiration operations)
(operate this k set-name expiration operations conf)

touchclj

(touch this k set-name expiration)

healthy?clj

(healthy? this)
(healthy? this operation-timeout-ms)

put-multipleclj

(put-multiple this indices set-names payloads expiration-seq)
(put-multiple this indices set-names payloads expiration-seq conf)

replace-onlyclj

(replace-only this k set-name data expiration)
(replace-only this k set-name data expiration conf)
source

create-instanceclj

(create-instance & _)
source

expiry-unixclj

(expiry-unix ttl)
source

init-mockclj

(init-mock test-fn)
source

MockClientclj

source

record-exists?clj

(record-exists? state set-name k)
source

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

× close