Toggle Sidebar
buffer
v0.3.12
Pages
Modules
Buffer
Top
Summary
Functions
start/2
Buffer.Read
Top
Summary
Functions
delete/2
dump_table/1
get/2
get/3
reset/1
select/2
select/3
start_link/1
sync/1
Callbacks
read/0
Buffer.Supervisor
Top
Summary
Functions
start_child/1
start_link/0
Buffer.Sync
Top
Summary
Functions
add/2
delete/2
reset/1
start_link/1
sync/1
Callbacks
read/1
write/1
Buffer.Write.Count
Top
Summary
Functions
dump_table/1
incr/3
reset/1
set/3
set_opt/3
start_link/1
sync/1
Callbacks
write/1
Buffer.Write.KeyList
Top
Summary
Functions
add/4
dump_table/1
reset/1
set_opt/3
start_link/1
sync/1
sync/2
Callbacks
write/1
buffer v0.3.12
Buffer.Write.Count
behaviour
View Source
Link to this section
Summary
Functions
dump_table(name)
incr(name, key, value)
reset(name)
set(name, key, value)
set_opt(name, term, value)
start_link(state)
sync(name)
Callbacks
write(list)
Write function
Link to this section
Functions
Link to this function
dump_table(name)
View Source
Link to this function
incr(name, key, value)
View Source
Link to this function
reset(name)
View Source
Link to this function
set(name, key, value)
View Source
Link to this function
set_opt(name, term, value)
View Source
Link to this function
start_link(state)
View Source
Link to this function
sync(name)
View Source
Link to this section
Callbacks
Link to this callback
write(list)
View Source
write([{key :: any, element :: any}]) :: any
Write function