22#include "cluster/ClioNode.hpp"
48 [[nodiscard]]
virtual std::vector<ClioNode>
Interface for the cluster communication service.
Definition ClusterCommunicationServiceInterface.hpp:31
virtual std::vector< ClioNode > clusterData() const =0
Get the data of all nodes in the cluster (including self).
virtual ClioNode selfData() const =0
Get the data of the current node.
Represents a node in the cluster.
Definition ClioNode.hpp:34