Liking cljdoc? Tell your friends :D

clojure-hbase.admin


*admin-config*clj

source

add-column-familyclj

(add-column-family table-name column-descriptor)
source

cluster-statusclj

(cluster-status)
source

column-descriptorclj

(column-descriptor family-name & args)
source

compactclj

(compact table-or-region-name)
source

create-tableclj

(create-table table-descriptor)
source

create-table-asyncclj

(create-table-async table-descriptor split-keys)
source

delete-column-familyclj

(delete-column-family table-name column-name)
source

delete-tableclj

(delete-table table-name)
source

disable-tableclj

(disable-table table-name)
source

enable-tableclj

(enable-table table-name)
source

flushclj

(flush table-or-region-name)
source

get-connectionclj

(get-connection)
source

get-masterclj

(get-master)
source

get-table-descriptorclj

(get-table-descriptor table-name)
source

hbase-adminclj

(hbase-admin)
source

hbase-available?clj

(hbase-available?)
source

list-tablesclj

(list-tables)
source

major-compactclj

(major-compact table-or-region-name)
source

master-running?clj

(master-running?)
source

modify-column-familyclj

(modify-column-family table-name column-name column-descriptor)
source

modify-tableclj

(modify-table table-name table-descriptor)
source

set-admin-configclj

(set-admin-config config-obj)

Resets the admin atom to a new HBaseAdmin object that uses the given HBaseConfiguration.

Example: (set-admin-config (make-config {"hbase.zookeeper.dns.interface" "lo" :hbase.zookeeper.quorum "127.0.0.1"})

Resets the *admin* atom to a new HBaseAdmin object that uses the
given HBaseConfiguration.

Example: (set-admin-config
           (make-config
             {"hbase.zookeeper.dns.interface" "lo"
              :hbase.zookeeper.quorum "127.0.0.1"})
sourceraw docstring

shutdownclj

(shutdown)
source

splitclj

(split table-or-region-name)
source

table-available?clj

(table-available? table-name)
source

table-descriptorclj

(table-descriptor table-name & args)
source

table-disabled?clj

(table-disabled? table-name)
source

table-enabled?clj

(table-enabled? table-name)
source

table-exists?clj

(table-exists? table-name)
source

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

× close