raft_kv v0.2.5 RaftKV.EtsRecordManager View Source
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Link to this section Functions
Link to this function
broadcast_new_keyspace(ks_name)
View Source
broadcast_new_keyspace(ks_name)
View Source
broadcast_new_keyspace(atom()) :: :ok
broadcast_new_keyspace(atom()) :: :ok
Link to this function
child_spec(arg) View Source
Returns a specification to start this module under a supervisor.
See Supervisor.
Link to this function
ensure_record_changed_in_all_relevant_nodes!(msg) View Source
Link to this function
ensure_record_created(ks_name, range_start)
View Source
ensure_record_created(ks_name, range_start)
View Source
ensure_record_created(atom(), RaftKV.Hash.t()) :: :ok
ensure_record_created(atom(), RaftKV.Hash.t()) :: :ok
Link to this function
init()
View Source
init()
View Source
init() :: :ok
init() :: :ok
Link to this function
start_link(arg0)
View Source
start_link(arg0)
View Source
start_link([]) :: GenServer.on_start()
start_link([]) :: GenServer.on_start()