Current section
Files
Jump to
Current section
Files
include/themis@internal@erlang@ets_TableInfo.hrl
-record(table_info, {
id :: themis@internal@erlang@ets:tid(),
decentralized_counters :: boolean(),
read_concurrency :: boolean(),
write_concurrency :: boolean(),
compressed :: boolean(),
memory :: integer(),
owner :: gleam@erlang@process:pid_(),
heir :: gleam@option:option(gleam@erlang@process:pid_()),
name :: gleam@erlang@atom:atom_(),
size :: integer(),
node :: gleam@erlang@atom:atom_(),
named_table :: boolean(),
table_type :: themis@internal@erlang@ets:table_type(),
keypos :: integer(),
protection :: themis@internal@erlang@ets:table_access()
}).