amnesia v0.2.8 Amnesia.Access behaviour
This behavior is used to implement a different system while taking advantage of mnesia.
It's used by mnesia itself to implement fragmentation using mnesia_frag
and
mnesia:activity
.
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
all_keys(id, opaque, table, lock)
Link to this function
clear_table(id, opaque, table, object)
Link to this function
delete(id, opaque, table, key, lock)
Link to this function
delete_object(id, opaque, table, record, lock)
Link to this function
foldl(id, opaque, fun, acc, table, lock)
Link to this function
foldr(id, opaque, fun, acc, table, lock)
Link to this function
index_match_object(id, opaque, table, pattern, attribute, lock)
Link to this function
index_read(id, opaque, table, key, attribute, lock)
Link to this function
lock(id, opaque, item, kind)
Link to this function
match_object(id, opaque, table, pattern, lock)
Link to this function
read(id, opaque, table, key, lock)
Link to this function
select(id, opaque, table, spec, lock)
Link to this function
select(id, opaque, table, spec, limit, lock)
Link to this function
select_cont(id, opaque, cont)
Link to this function
table_info(id, opaque, of, key)
Link to this function
write(id, opaque, table, record, lock)
Link to this section Callbacks
Link to this callback
all_keys(id, any, atom, lock_kind)
Link to this callback
clear_table(id, any, atom, any)
Link to this callback
delete(id, any, atom, any, lock_kind)
Link to this callback
delete_object(id, any, atom, tuple, lock_kind)
Link to this callback
foldl(id, any, function, any, atom, lock_kind)
Link to this callback
foldr(id, any, function, any, atom, lock_kind)
Link to this callback
index_match_object(id, any, atom, any, arg5, lock_kind)
Link to this callback
index_read(id, any, atom, any, arg5, lock_kind)
Link to this callback
lock(id, any, lock_item, lock_kind)
Link to this callback
match_object(id, any, atom, any, lock_kind)
Link to this callback
read(id, any, atom, any, lock_kind)
Link to this callback
select(id, any, atom, any, lock_kind)
Link to this callback
select(id, any, atom, any, integer, lock_kind)
Link to this callback
select_cont(id, any, any)
Link to this callback
table_info(id, any, arg3, atom)
Link to this callback