View Source Conion.Store.BucketSupervisor (conion v0.1.0)

A DynamicSupervisor whith Bucket children.

Summary

Functions

Returns a specification to start this module under a supervisor.

Returns a list of bucket-names of all Buckets alive.

Starts a new Bucket if not running yet. Returns {:ok, pid}

Functions

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

list_buckets()

Returns a list of bucket-names of all Buckets alive.

start_child(args)

Starts a new Bucket if not running yet. Returns {:ok, pid}

start_link(init_arg)

Started from Conion.Application