Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/86.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Erlang 如何在riak中列出所有桶类型?_Erlang_Riak - Fatal编程技术网

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

Erlang 如何在riak中列出所有桶类型?,erlang,riak,Erlang,Riak,使用Riak客户端(erlang),我可以列出默认bucket类型的所有bucket。但是我如何列出所有的桶类型呢?或者,如果客户不能这样做,我如何才能了解这一点?对于v2.1.4,这是您需要的 riak admin bucket type的其他子命令(取自早期版本的riak文档)包括: 命令动作表单 创建或修改桶类型创建 激活前 激活铲斗类型激活 列出所有当前可用的bucket 类型及其激活状态列表 状态显示状态和属性状态 特定铲斗类型的 激活更新后更新存储桶类型 Command Ac

使用Riak客户端(erlang),我可以列出默认bucket类型的所有bucket。但是我如何列出所有的桶类型呢?或者,如果客户不能这样做,我如何才能了解这一点?

对于v2.1.4,这是您需要的

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

命令动作表单
创建或修改桶类型创建
激活前
激活铲斗类型激活
列出所有当前可用的bucket
类型及其激活状态列表
状态显示状态和属性状态
特定铲斗类型的
激活更新后更新存储桶类型
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>