Current section
Files
Jump to
Current section
Files
lib/process_hub/constant/storage_key.ex
defmodule ProcessHub.Constant.StorageKey do
@spec strred() :: :redundancy_strategy
def strred, do: :redundancy_strategy
@spec strsyn() :: :synchronization_strategy
def strsyn, do: :synchronization_strategy
@spec strmigr() :: :migration_strategy
def strmigr, do: :migration_strategy
@spec strdist() :: :distribution_strategy
def strdist, do: :distribution_strategy
@spec strpart() :: :partition_tolerance_strategy
def strpart, do: :partition_tolerance_strategy
@spec staticcs() :: :static_child_specs
def staticcs, do: :static_child_specs
@spec hdi() :: :hubs_discover_interval
def hdi, do: :hubs_discover_interval
@spec hn() :: :hub_nodes
def hn, do: :hub_nodes
@spec hr() :: :hash_ring
def hr, do: :hash_ring
@spec gdc() :: :guided_distribution_cache
def gdc, do: :guided_distribution_cache
def msk, do: :migration_hotswap_state
@spec mcsk() :: :migration_coldswap_state
def mcsk, do: :migration_coldswap_state
@spec dqdn() :: :dynamic_quorum_down_nodes
def dqdn, do: :dynamic_quorum_down_nodes
def mqms, do: :majority_quorum_max_seen
@spec gct() :: :gossip_node_timestamps
def gct, do: :gossip_node_timestamps
@spec hodw() :: :handover_data_wait
def hodw, do: :handover_data_wait
@spec mbt() :: :migration_base_timeout
def mbt, do: :migration_base_timeout
@spec ced() :: :cluster_event_debounce
def ced, do: :cluster_event_debounce
@spec cnrt() :: :cross_node_request_timeout
def cnrt, do: :cross_node_request_timeout
@spec rci() :: :req_cleanup_interval
def rci, do: :req_cleanup_interval
@spec nri() :: :nodeup_reconcile_interval
def nri, do: :nodeup_reconcile_interval
@spec rp() :: :registry_populated
def rp, do: :registry_populated
@spec mdl() :: :migration_deferred_list
def mdl, do: :migration_deferred_list
@spec drn() :: :node_draining
def drn, do: :node_draining
@spec sbt() :: :self_boot_token
def sbt, do: :self_boot_token
@spec nbt() :: :node_boot_tokens
def nbt, do: :node_boot_tokens
end