如何列出riak中的所有桶类型?

时间:2015-06-11 15:42:30

标签: erlang riak

使用Riak Client(erlang),我可以列出默认存储桶类型的所有存储桶。但是如何列出所有桶类型?或者如果客户不能这样做,我怎么能找到这个呢?

1 个答案:

答案 0 :(得分:3)

对于v2.1.4,riak-admin bucket-type list正是您要找的。

riak-admin bucket-type的其他子命令(取自早期版本的riak文档)包括:

Command    Action                                  Form
create     create or modify a bucket type          create <type> <json>  
           before activation

activate   activate a bucket type                  activate <type> 

list       list all currently available bucket 
           types and their activation status       list

status     display the status and properties       status <type> 
           of a specific bucket type

update     update a bucket type after activation   update <type> <json>