NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
this class represents a topology edge between 2 nodes More...
#include <TopologyLinkInformation.hpp>
Public Member Functions | |
TopologyLinkInformation (WorkerId upstreamTopologyNode, WorkerId downstreamTopologyNode) | |
TopologyLinkInformation (WorkerId::Underlying upstreamTopologyNode, WorkerId::Underlying downstreamTopologyNode) | |
std::string | toString () const |
get a string representation of this edge More... | |
bool | operator== (const TopologyLinkInformation &other) const |
Two edges are equal if they have the same child and the same parent. More... | |
Public Attributes | |
WorkerId | upstreamTopologyNode |
WorkerId | downstreamTopologyNode |
this class represents a topology edge between 2 nodes
NES::TopologyLinkInformation::TopologyLinkInformation | ( | WorkerId | upstreamTopologyNode, |
WorkerId | downstreamTopologyNode | ||
) |
NES::TopologyLinkInformation::TopologyLinkInformation | ( | WorkerId::Underlying | upstreamTopologyNode, |
WorkerId::Underlying | downstreamTopologyNode | ||
) |
bool NES::TopologyLinkInformation::operator== | ( | const TopologyLinkInformation & | other | ) | const |
Two edges are equal if they have the same child and the same parent.
other | the edge to compare this edge with |
References downstreamTopologyNode, and upstreamTopologyNode.
std::string NES::TopologyLinkInformation::toString | ( | ) | const |
get a string representation of this edge
References downstreamTopologyNode, and upstreamTopologyNode.
WorkerId NES::TopologyLinkInformation::downstreamTopologyNode |
Referenced by operator==(), and toString().
WorkerId NES::TopologyLinkInformation::upstreamTopologyNode |
Referenced by operator==(), and toString().