option() = {nodes, [node()]} | shards_local:option()
delete(Tab::atom()) -> true
delete(Tab, Key, State) -> true
delete_all_objects(Tab, State) -> true
delete_object(Tab, Object, State) -> true
file2tab(Filename) -> any()
Equivalent to file2tab(Filename, []).
file2tab(Filename, Options) -> Response
foldl(Function, Acc0, Tab, State) -> Acc1
foldr(Function, Acc0, Tab, State) -> Acc1
get_nodes(Tab) -> Nodes
info(Tab, State) -> Result
info(Tab, Item, State) -> Value
insert(Tab, ObjOrObjL, State) -> true
insert_new(Tab, ObjOrObjL, State) -> Result
join(Tab, Nodes) -> JoinedNodes
leave(Tab, Nodes) -> LeavedNodes
lookup(Tab, Key, State) -> Result
lookup_element(Tab, Key, Pos, State) -> Elem
match(Tab, Pattern, State) -> [Match]
match_delete(Tab, Pattern, State) -> true
match_object(Tab, Pattern, State) -> [Object]
member(Tab, Key, State) -> boolean()
new(Name, Options) -> Name
rename(Tab, Name, State) -> Name | no_return()
select(Tab, MatchSpec, State) -> [Match]
select_count(Tab, MatchSpec, State) -> NumMatched
select_delete(Tab, MatchSpec, State) -> NumDeleted
select_reverse(Tab, MatchSpec, State) -> [Match]
tab2file(Tab, Filename, State) -> any()
Equivalent to tab2file(Tab, Filename, [], State).
tab2file(Tab, Filename, Options, State) -> Response
tab2list(Tab, State) -> [Object]
tabfile_info(Filename) -> Response
take(Tab, Key, State) -> [Object]
update_counter(Tab, Key, UpdateOp, State) -> Result
update_counter(Tab, Key, UpdateOp, Default, State) -> Result
update_element(Tab, Key, ElementSpec, State) -> boolean()
Generated by EDoc, Jul 11 2017, 14:57:01.