fdb v5.1.7-0 FDB.Cluster View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %FDB.Cluster{resource: identifier()}

Link to this section Functions

Link to this function create(file_path \\ nil) View Source
create(String.t() | nil) :: t()
Link to this function create_q(file_path \\ nil) View Source
create_q(String.t() | nil) :: FDB.Future.t()
Link to this function set_option(cluster, option) View Source
set_option(t(), FDB.Option.key()) :: :ok
Link to this function set_option(cluster, option, value) View Source
set_option(t(), FDB.Option.key(), FDB.Option.value()) :: :ok