Class Node

Class Documentation

class blazingdb::transport::Node

A Node is the representation of a RAL component used in the transport process.

Public Functions

Node()
Node(const std::string &id, bool isAvailable = true)
bool operator==(const Node &rhs) const
bool operator!=(const Node &rhs) const
std::string id() const
bool isAvailable() const

Note: Not implemented yet.

void setAvailable(bool available)

Note: Not implemented yet.

void print() const

Protected Attributes

std::string id_
bool isAvailable_ = {false}