Tzdata.Periodserver

Summary

create(server, name)

Ensures there is a bucket associated with the given name in server

lookup(table, name)

Looks up the bucket pid for name stored in table

start_link(table, event_manager, buckets, opts \\ [])

Starts the registry

Functions

create(server, name)

Ensures there is a bucket associated with the given name in server.

lookup(table, name)

Looks up the bucket pid for name stored in table.

Returns {:ok, pid} if a bucket exists, :error otherwise.

start_link(table, event_manager, buckets, opts \\ [])

Starts the registry.