View Source Ravix.Connection.Topology (ravix v0.6.3)

Represents the RavenDB topology

- etag: Topology etag
- nodes: List of ServerNodes for this topology

Link to this section Summary

Functions

Fetches the cluster_tag for the informed node

Link to this section Types

@type t() :: %Ravix.Connection.Topology{
  etag: integer(),
  nodes: [Ravix.Connection.ServerNode.t()]
}

Link to this section Functions

Link to this function

cluster_tag_for_node(topology, url)

View Source
@spec cluster_tag_for_node(t(), String.t()) :: String.t() | nil

Fetches the cluster_tag for the informed node