RaftFleet.Manager (raft_fleet v0.10.2) View Source
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for GenServer.init/1
.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Callback implementation for GenServer.init/1
.
Link to this function
start_consensus_group_follower(name, node, leader_node_hint, delay \\ 0)
View SourceSpecs
start_consensus_group_follower(atom(), node(), nil | node(), non_neg_integer()) :: :ok
Link to this function
start_consensus_group_members(server \\ __MODULE__, name, rv_config, member_nodes)
View SourceSpecs
start_consensus_group_members( GenServer.server(), atom(), RaftedValue.Config.t(), [node()] ) :: :ok
Specs
start_link([]) :: GenServer.on_start()