rafted_value v0.11.1 RaftedValue.Server View Source
Link to this section Summary
Functions
Callback implementation for c::gen_statem.callback_mode/0
.
Callback implementation for c::gen_statem.code_change/4
.
Callback implementation for c::gen_statem.init/1
.
Callback implementation for c::gen_statem.terminate/3
.
Link to this section Functions
Link to this function
become_leader(state) View Source
Link to this function
callback_mode() View Source
Callback implementation for c::gen_statem.callback_mode/0
.
Link to this function
candidate(arg1, req, state) View Source
Link to this function
code_change(old, state_name, state, extra) View Source
Callback implementation for c::gen_statem.code_change/4
.
Link to this function
follower(arg1, req, state) View Source
Link to this function
handle_info_common(arg1, state_name, state) View Source
Link to this function
init(arg) View Source
Callback implementation for c::gen_statem.init/1
.
Link to this function
leader(arg1, rpc, state) View Source
Link to this function
terminate(reason, state_name, state) View Source
Callback implementation for c::gen_statem.terminate/3
.