Module riak_ensemble_peer_tree

Behaviours: gen_server.

Function Index

async_rehash/1
async_rehash_upper/1
async_repair/1
async_verify/1
async_verify_upper/1
code_change/3
exchange_get/3
get/2
handle_call/3
handle_cast/2
handle_info/2
height/1
init/1
insert/3
rehash/1
rehash_upper/1
repair/1
start_link/3
terminate/2
top_hash/1
verify/1
verify_upper/1

Function Details

async_rehash/1

async_rehash(Pid::pid()) -> ok

async_rehash_upper/1

async_rehash_upper(Pid::pid()) -> ok

async_repair/1

async_repair(Pid::pid()) -> ok

async_verify/1

async_verify(Pid::pid()) -> ok

async_verify_upper/1

async_verify_upper(Pid::pid()) -> ok

code_change/3

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

exchange_get/3

exchange_get(Level::term(), Bucket::term(), Pid::pid()) -> any()

get/2

get(Key::term(), Pid::pid()) -> any()

handle_call/3

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

handle_cast/2

handle_cast(Msg, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

height/1

height(Pid::pid()) -> pos_integer()

init/1

init(X1) -> any()

insert/3

insert(Key::term(), ObjHash::term(), Pid::pid()) -> ok | corrupted

rehash/1

rehash(Pid::pid()) -> ok

rehash_upper/1

rehash_upper(Pid::pid()) -> ok

repair/1

repair(Pid::pid()) -> ok

start_link/3

start_link(Id, TreeId, Path) -> any()

terminate/2

terminate(Reason, State) -> any()

top_hash/1

top_hash(Pid::pid()) -> any()

verify/1

verify(Pid::pid()) -> boolean()

verify_upper/1

verify_upper(Pid::pid()) -> boolean()


Generated by EDoc