Riak Elixir Client v1.1.6 Riak.Bucket View Source

Link to this section Summary

Functions

Get bucket properties

List all keys in a bucket. This is a potentially expensive operation and should not be used in production.

List all keys in a bucket. Return only buckets. This is a potentially expensive operation and should not be used in production.

List all buckets on the server with or without server-side timeout. This is a potentially expensive operation and should not be used in production.

List all buckets on the server with or without server-side timeout. Return only buckets. This is a potentially expensive operation and should not be used in production.

Used to “register” the atoms used by the protobuf interface, not for public use

Set bucket properties

Reset bucket properties back to the defaults

Link to this section Functions

Get bucket properties.

List all keys in a bucket. This is a potentially expensive operation and should not be used in production.

Link to this function keys(pid, type, bucket, timeout) View Source
Link to this function keys!(pid, type, bucket) View Source

List all keys in a bucket. Return only buckets. This is a potentially expensive operation and should not be used in production.

Link to this function keys!(pid, type, bucket, timeout) View Source

List all buckets on the server with or without server-side timeout. This is a potentially expensive operation and should not be used in production.

List all buckets on the server with or without server-side timeout. Return only buckets. This is a potentially expensive operation and should not be used in production.

Used to “register” the atoms used by the protobuf interface, not for public use.

Set bucket properties.

Link to this function put(pid, bucket, type, props) View Source

Reset bucket properties back to the defaults.