Module shards_owner

ETS owner.

Behaviours: gen_server.

Description

ETS owner.

Function Index

apply_ets_fun/3
start_link/2
stop/1

Function Details

apply_ets_fun/3

apply_ets_fun(Name::atom(), Fun::atom(), Args::[term()]) -> term()

start_link/2

start_link(Name::atom(), Options::atom()) -> {ok, pid()} | ignore | {error, term()}

stop/1

stop(ShardName::atom()) -> ok


Generated by EDoc