PaxosKV.Bucket (paxos_kv v0.6.0)

Copy Markdown

Supervisor for a bucket's Paxos processes.

A bucket contains the three core Paxos components: Learner, Acceptor, and Proposer. This supervisor manages these processes and ensures they are properly supervised and restarted if needed.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts)