Module mnesplit

Behaviours: gen_server.

Data Types

action()

action() = {write_local, any()} | {write_remote, any()} | {delete_local, any()} | {delete_remote, any()}

Function Index

check_inconsistencies/0
code_change/3
feed/2
handle_call/3
handle_cast/2
handle_info/2
init/1
is_locally_inserted/2
is_locally_removed/2
report_inconsistency/4
silent_action_on/2
start_link/0
terminate/2
tracking_tables/0

Function Details

check_inconsistencies/0

check_inconsistencies() -> any()

code_change/3

code_change(Old, State, Extra) -> any()

feed/2

feed(Tab, Pid) -> any()

handle_call/3

handle_call(Any, From, State) -> any()

handle_cast/2

handle_cast(Any, State) -> any()

handle_info/2

handle_info(E, State) -> any()

init/1

init(Args) -> any()

is_locally_inserted/2

is_locally_inserted(Tab, Key) -> any()

is_locally_removed/2

is_locally_removed(Tab, Key) -> any()

report_inconsistency/4

report_inconsistency(Remote, Tab, Key, Error) -> any()

silent_action_on/2

silent_action_on(Action, Table) -> any()

start_link/0

start_link() -> any()

terminate/2

terminate(Reason, State) -> any()

tracking_tables/0

tracking_tables() -> any()


Generated by EDoc