ets v0.7.1 API Reference

Modules

Ets

Ets, an Elixir wrapper for Erlang’s :ets module

Module for creating and interacting with :ets tables of the type :bag and :duplicate_bag

Base implementation for table modules (e.g. Ets.Set and Ets.Bag). Should not be used directly

Module for creating and interacting with :ets tables of the type :set and :ordered_set

The Key Value Set is an extension of Ets.Set which abstracts the concept of tuple records away, replacing it with the standard concept of key/value. Behind the scenes, the set stores its records as {key, value}

Contains helper macros used by Ets modules