Toggle Sidebar
raft_fleet
v0.3.0
Pages
Modules
raft_fleet v0.3.0
RaftFleet.LeaderPidCache
View Source
Link to this section
Summary
Functions
get(name)
init()
keys()
set(name, leader)
unset(name)
Link to this section
Functions
Link to this function
get(name)
View Source
get(atom) :: nil | pid
Link to this function
init()
View Source
init() :: :ok
Link to this function
keys()
View Source
keys() :: [atom]
Link to this function
set(name, leader)
View Source
set(atom, nil | pid) :: :ok
Link to this function
unset(name)
View Source
unset(atom) :: :ok