Skip to content

Instantly share code, notes, and snippets.

@x
Created March 24, 2015 19:36
Show Gist options
  • Save x/5530417e78a866634141 to your computer and use it in GitHub Desktop.
Save x/5530417e78a866634141 to your computer and use it in GitHub Desktop.
list riak buckets clojure
;; todo move this into library
(require ...)
(def rc (connect [...])
(import '[com.basho.riak.client.api.RiakCommand ListBuckets$Builder])
(.execute rc (.build (ListBuckets$Builder. "hud_link_index")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment