XEts.info
You're seeing just the function
info
, go back to XEts module for more information.
Link to this function
info(tab)
Specs
info(t() | tab()) :: [info_tuple()] | :undefined
Similar to :ets.info/1
but extra information about the partitioned table is added.
Extra Info:
{:partitions, pos_integer()}
- The number of partitions in the table.{:keyslot_fun, :shards_meta.keyslot_fun()}
- Functions used to compute the keyslot.{:parallel, boolean()}
- Whether the parallel mode is enabled or not.
See also :ets.info/1.
Link to this function
info(tab, key)
Specs
Equivalent to :ets.info/2
.
See the added items by XEts.info/1
.
See also: :ets.info/2.