API Reference paxos_kv v#0.6.0
Copy MarkdownModules
PaxosKV is the main API module. Most of the time you should interact with
the application via functions in this module.
Implements the Acceptor role in the Paxos consensus algorithm.
OTP application module for PaxosKV.
Supervisor for a bucket's Paxos processes.
Manages the cluster state and node membership.
Internal utility functions for PaxosKV.
Macros for pattern matching common Erlang messages.
Implements the Learner role in the Paxos consensus algorithm.
State struct for the Paxos Learner process.
A special GenServer that executes a function during initialization.
Implements the Proposer role in the Paxos consensus algorithm.
State module for the Paxos Proposer process.
Erlang interface for the PaxosKV distributed key-value store.
Mix Tasks
Starts the node in distributed mode with a numbered node name schema.