XEts.info

You're seeing just the function info, go back to XEts module for more information.

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.

Specs

info(t() | tab(), info_item()) :: term()

Equivalent to :ets.info/2.

See the added items by XEts.info/1.

See also: :ets.info/2.