Liking cljdoc? Tell your friends :D

eva.v2.storage.value-store.functions


blob->blockclj

(blob->block blob)
source

byte-string->bytebufferclj

(byte-string->bytebuffer blob)
source

bytebuffer->byte-stringclj

(bytebuffer->byte-string blob)
source

completes-shardclj

(completes-shard blob-a blob-b)
source

decryptclj

(decrypt blob)
source

deserialize-genclj

(deserialize-gen handlers)
source

encryptclj

(encrypt blob)
source

ensure-bytebufferclj

(ensure-bytebuffer blob)
source

fetch-blocksclj

(fetch-blocks blobs)
source

join-byte-buffersclj

(join-byte-buffers byte-buffers)
source

partition-byte-bufferclj

(partition-byte-buffer n bb)

Partitions a bytebuffer into smaller bytebuffers each of length no more than n. Returns a lazy sequence.

Partitions a bytebuffer into smaller bytebuffers each of length no more
than n. Returns a lazy sequence.
sourceraw docstring

push-blocksclj

(push-blocks blobs)
source

seq-and-tag-shard-addressesclj

(seq-and-tag-shard-addresses [blob])
source

serialize-genclj

(serialize-gen handlers)
source

shardclj

(shard max-size)

Shards a block

Shards a block
sourceraw docstring

sharded-comparatorclj

(sharded-comparator a b)
source

sharded?clj

(sharded? blob)
source

too-large?clj

(too-large? max-size)
source

unshardclj

(unshard blobs)
source

unzipclj

(unzip blob)
source

wrap-shell-round-innardsclj

(wrap-shell-round-innards [shell innards])
source

zipclj

(zip blob)
source

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

× close