historian v0.11.0-beta.2 Historian.Archive View Source

A process responsible for managing the user's archive.

Details

The archive's database is an ets table, the persistence feature uses :ets.tab2file/2 to write the table to disk, enabling the archive's visibility across applications.

Link to this section Summary

Link to this section Functions

Link to this function

all(server \\ __MODULE__)

View Source

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

configured?(server \\ __MODULE__)

View Source
Link to this function

db_table(server \\ __MODULE__)

View Source
Link to this function

delete_value(server \\ __MODULE__, key)

View Source
Link to this function

dump(server \\ __MODULE__)

View Source

Callback implementation for GenServer.init/1.

Link to this function

insert_value(server \\ __MODULE__, key, value)

View Source
Link to this function

read_value(server \\ __MODULE__, key)

View Source
Link to this function

save!(server \\ __MODULE__)

View Source
Link to this function

setup!(server \\ __MODULE__)

View Source
Link to this function

update_value(server \\ __MODULE__, updated_item, previous_item)

View Source