Skip to content

Latest commit

 

History

History
80 lines (39 loc) · 1.84 KB

mnesia_rocksdb_params.md

File metadata and controls

80 lines (39 loc) · 1.84 KB

Module mnesia_rocksdb_params

Behaviours: gen_server.

Function Index

code_change/3
delete/1
handle_call/3
handle_cast/2
handle_info/2
init/1
lookup/2
start_link/0
store/2
terminate/2

Function Details

code_change/3

code_change(X1, S, X3) -> any()

delete/1

delete(Tab) -> any()

handle_call/3

handle_call(X1, X2, S) -> any()

handle_cast/2

handle_cast(X1, S) -> any()

handle_info/2

handle_info(X1, S) -> any()

init/1

init(X1) -> any()

lookup/2

lookup(Tab, Default) -> any()

start_link/0

start_link() -> any()

store/2

store(Tab, Params) -> any()

terminate/2

terminate(X1, X2) -> any()