erlang - desventajas - ¿Cómo enumerar todos los tipos de cubos en riak?
riak ventajas y desventajas (1)
Utilizando Riak Client (erlang), puedo enumerar todos los depósitos del tipo de depósito predeterminado. Pero, ¿cómo puedo enumerar todos los tipos de cubetas? O si no puedo hacer esto por el cliente, ¿cómo puedo averiguarlo?
Para v2.1.4, la lista riak-admin bucket-type list
es lo que está buscando.
Otros subcomandos para riak-admin bucket-type
(tomados de riak docs en una revisión anterior) incluyen:
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>