Behaviours: gen_server.
async_rehash(Pid::pid()) -> ok
async_rehash_upper(Pid::pid()) -> ok
async_repair(Pid::pid()) -> ok
async_verify(Pid::pid()) -> ok
async_verify_upper(Pid::pid()) -> ok
code_change(OldVsn, State, Extra) -> any()
exchange_get(Level::term(), Bucket::term(), Pid::pid()) -> any()
get(Key::term(), Pid::pid()) -> any()
handle_call(Request, From, State) -> any()
handle_cast(Msg, State) -> any()
handle_info(Info, State) -> any()
height(Pid::pid()) -> pos_integer()
init(X1) -> any()
insert(Key::term(), ObjHash::term(), Pid::pid()) -> ok | corrupted
rehash(Pid::pid()) -> ok
rehash_upper(Pid::pid()) -> ok
repair(Pid::pid()) -> ok
start_link(Id, TreeId, Path) -> any()
terminate(Reason, State) -> any()
top_hash(Pid::pid()) -> any()
verify(Pid::pid()) -> boolean()
verify_upper(Pid::pid()) -> boolean()
Generated by EDoc