Behaviours: gen_server.
action() = {write_local, any()} | {write_remote, any()} | {delete_local, any()} | {delete_remote, any()}
check_inconsistencies() -> any()
code_change(Old, State, Extra) -> any()
feed(Tab, Pid) -> any()
handle_call(Any, From, State) -> any()
handle_cast(Any, State) -> any()
handle_info(E, State) -> any()
init(Args) -> any()
is_locally_inserted(Tab, Key) -> any()
is_locally_removed(Tab, Key) -> any()
report_inconsistency(Remote, Tab, Key, Error) -> any()
silent_action_on(Action, Table) -> any()
start_link() -> any()
terminate(Reason, State) -> any()
tracking_tables() -> any()
Generated by EDoc