fdb v5.1.7-2 FDB.Cluster View Source

This module provides functions to create and configure cluster

Link to this section Summary

Functions

Creates a new Cluster. If the cluster_file_path is not set then default cluster file will be used

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(cluster_file_path \\ nil) View Source
create(String.t() | nil) :: t()

Creates a new Cluster. If the cluster_file_path is not set then default cluster file will be used.

Link to this function create_q(file_path \\ nil) View Source
create_q(String.t() | nil) :: FDB.Future.t()

Async version of create/1