cloister v0.1.0 Cloister.Node View Source
The state of the cloister. This process runs under supervision and makes sure the cluster is up-to-date with the expectations.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Casts the request to all the nodes connected to this node
Returns whether the requested amount of nodes in the cluster are connected
Returns an internal state of the Node
Link to this section Types
Internal representation of the Node managed by Cloister
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
multicast(name, request)
View Sourcemulticast(name :: GenServer.name(), request :: term()) :: :abcast
Casts the request to all the nodes connected to this node
Returns whether the requested amount of nodes in the cluster are connected
Returns an internal state of the Node