Module cache_tab [erl svg]

Behaviours: ?GEN_SERVER.

Function Index

all/0
check/1*
clean_priority/1*
clean_treap/1*
clean_treap/3*
code_change/3
delete/1
delete/3
dirty_delete/3
dirty_insert/4
dirty_lookup/3
do_setopts/2*
get_all_procs/1*
get_proc/2*
get_proc_by_hash/2*
get_proc_num/0*
handle_call/3
handle_cast/2
handle_info/2
info/2
init/1
insert/4
lookup/3
new/2
now_priority/0*
print_error/4*
setopts/2
shrink_treap/1*
shrink_treap/3*
start_link/4
tab2list/1
terminate/2
test/0
test1/0*
test2/0*
test3/1*
treap_delete/2*
treap_insert/3*
treap_update/3*

Function Details

all/0

all() -> any()

check/1 *

check(List) -> any()

clean_priority/1 *

clean_priority(LifeTime) -> any()

clean_treap/1 *

clean_treap(State) -> any()

clean_treap/3 *

clean_treap(Treap, CleanPriority, N) -> any()

code_change/3

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

delete/1

delete(Tab) -> any()

delete/3

delete(Tab, Key, F) -> any()

dirty_delete/3

dirty_delete(Tab, Key, F) -> any()

dirty_insert/4

dirty_insert(Tab, Key, Val, F) -> any()

dirty_lookup/3

dirty_lookup(Tab, Key, F) -> any()

do_setopts/2 *

do_setopts(State, Opts) -> any()

get_all_procs/1 *

get_all_procs(Tab) -> any()

get_proc/2 *

get_proc(Tab, N) -> any()

get_proc_by_hash/2 *

get_proc_by_hash(Tab, Term) -> any()

get_proc_num/0 *

get_proc_num() -> 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()

info/2

info(Tab, Info) -> any()

init/1

init(X1) -> any()

insert/4

insert(Tab, Key, Val, F) -> any()

lookup/3

lookup(Tab, Key, F) -> any()

new/2

new(Tab, Opts) -> any()

now_priority/0 *

now_priority() -> any()

print_error/4 *

print_error(Operation, Args, Reason, State) -> any()

setopts/2

setopts(Tab, Opts) -> any()

shrink_treap/1 *

shrink_treap(State) -> any()

shrink_treap/3 *

shrink_treap(T, ShrinkSize, N) -> any()

start_link/4

start_link(Proc, Tab, Opts, Owner) -> any()

tab2list/1

tab2list(Tab) -> any()

terminate/2

terminate(Reason, State) -> any()

test/0

test() -> any()

test1/0 *

test1() -> any()

test2/0 *

test2() -> any()

test3/1 *

test3(Iter) -> any()

treap_delete/2 *

treap_delete(Key, State) -> any()

treap_insert/3 *

treap_insert(Key, Val, State) -> any()

treap_update/3 *

treap_update(Key, Val, State) -> any()


Generated by EDoc, May 23 2012, 07:15:17.