Liking cljdoc? Tell your friends :D

aerospike-clj.utils


cluster-nameclj

(cluster-name hosts)
source

desanitize-bin-valueclj

(desanitize-bin-value bin-value)

Converts sanitized (keywordized) bin values back to their original value.

Converts sanitized (keywordized) bin values back to their original value.
sourceraw docstring

sanitize-bin-valueclj

(sanitize-bin-value bin-value)

Values in nested structures are unaffected and do not need to be sanitized. If, however, true, false or nil exist as the only value in a bin, they need to be sanitized.

Values in nested structures are unaffected and do not need to be sanitized. If,
however, `true`, `false` or `nil` exist as the only value in a bin, they need to
be sanitized.
sourceraw docstring

single-bin?clj

(single-bin? bin-names)

Predicate function to determine whether data will be stored as a single bin or multiple bin record.

Predicate function to determine whether data will be stored as a single bin or
multiple bin record.
sourceraw docstring

string-keys?clj

(string-keys? bin-names)

Predicate function to determine whether all keys provided for bins are strings.

Predicate function to determine whether all keys provided for bins are strings.
sourceraw docstring

v->arrayclj

(v->array cls v)

An optimized way to convert vectors into Java arrays of type cls

An optimized way to convert vectors into Java arrays of type `cls`
sourceraw docstring

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

× close