Liking cljdoc? Tell your friends :D

earthen.clj-cb.bucket-manager


create-design-documentclj

(create-design-document name a-list)

Creates a DesignDocument giving the name and a-list of views

Creates a DesignDocument giving the name and a-list of views
sourceraw docstring

create-spatial-viewclj

(create-spatial-view name string)

Creates a SpatialView giving a name and the string of the function of the view

Creates a SpatialView giving a name and the string of the function of the view
sourceraw docstring

create-viewclj

(create-view {:keys [name map reduce]})
(create-view name string-map)
(create-view name string-map string-reduce)
source

default-view->mapclj

(default-view->map defaultview)
source

design-document->mapclj

(design-document->map document)

Converts a DesignDocument to a map

Converts a DesignDocument to a map
sourceraw docstring

designed-documentsclj

(designed-documents bucket-manager)
source

flush!clj

(flush! bucket-manager)
(flush! bucket-manager time time-type)

On 2.2.7 doesn't work properly

On 2.2.7 doesn't work properly
sourceraw docstring

insert-design-document!clj

(insert-design-document! bucket-manager design)

Inserts the design to the bucketManager

Inserts the design to the bucketManager
sourceraw docstring

map->default-viewclj

(map->default-view {:keys [name map reduce]})
source

map->design-documentclj

(map->design-document {:keys [name views]})

Converts a DesignDocument to a map

Converts a DesignDocument to a map
sourceraw docstring

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

× close